Giter Site home page Giter Site logo

yannnnnnnnnnnn / oocsurfacereconstructionpaper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from polarnick239/oocsurfacereconstructionpaper

0.0 1.0 0.0 157.68 MB

Out-of-Core Surface Reconstruction via Global TGV Minimization, Nikolai Poliarnyi, ICCV 2021

Home Page: https://polarnick239.github.io/static/papers/poliarnyi2021.pdf

TeX 95.83% Shell 4.17%

oocsurfacereconstructionpaper's Introduction

Out-of-Core Surface Reconstruction via Global TGV Minimization [PDF]

Available on arxiv and presented on ICCV 2021.

Abstract

We present an out-of-core variational approach for surface reconstruction from a set of aligned depth maps. Input depth maps are supposed to be reconstructed from regular photos or/and can be a representation of terrestrial LIDAR point clouds. Our approach is based on surface reconstruction via total generalized variation minimization (TGV) because of its strong visibility-based noise-filtering properties and GPU-friendliness. Our main contribution is an out-of-core OpenCL-accelerated adaptation of this numerical algorithm which can handle arbitrarily large real-world scenes with scale diversity.

Presentation

Presentation on ICCV 2021 Poster

Citywall reconstruction results (better video is encoded with H.265/HEVC):

citywall_reconstruction_h264.mp4

Structure of the repository:

Notes

  1. How to compile main paper:
pdflatex ms; bibtex ms; pdflatex ms; pdflatex ms; mv ms.pdf poliarnyi2021.pdf
  1. How to compile supplementary text:
pdflatex supplement; bibtex supplement; pdflatex supplement; pdflatex supplement; mv supplement.pdf poliarnyi2021_supp.pdf
  1. How to add text to the video:
ffmpeg -i citywall_raw.mp4 -vf "drawtext=text='Citywall dataset':enable='between(t,0,5)': x=(w-text_w)/2: y=(h-text_h)*4/3/2: fontsize=50: fontcolor=black: box=0: [email protected]: boxborderw=5:" -c:a copy output1.mp4
ffmpeg -i output1.mp4 -vf "drawtext=text='Supplementary material for paper\:':enable='between(t,0,5)': x=(w-text_w)/2: y=(h-8*text_h): fontsize=32: fontcolor=black: box=0: [email protected]: boxborderw=5:" -c:a copy output2.mp4
ffmpeg -i output2.mp4 -vf "drawtext=text='Out-of-Core Surface Reconstruction via Global TGV Minimization.':enable='between(t,0,5)': x=(w-text_w)/2: y=(h-7*text_h): fontsize=32: fontcolor=black: box=0: [email protected]: boxborderw=5:" -c:a copy output3.mp4
ffmpeg -i output3.mp4 -vcodec libx265 -crf 28 citywall_reconstruction.mp4
  1. How to send to arxiv:

4.1) Delete pdf/, axessibility.sty, readme.md, egbib.bib and ieee_fullname.bst

4.2) Pack into zip and upload

oocsurfacereconstructionpaper's People

Contributors

polarnick239 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.