Code Monkey home page Code Monkey logo

real_d-nerf's Introduction

real_D-NeRF

Let's implement real time scene in D-NeRF


Get started

Envrionment

  1. Not noly python=3.6, it will use any version.

  2. First, you must install COLMAP.

  3. And, you prepare your video.mp4.


How to implement

  1. Video input
'./data/video/' folder
  1. Run scripts
  • In 'data_folder', folder must have 'images' folder.
  • Below, command line.
$data_folder> python [your_local_path]/colmap2nerf.py --colmap_matcher exhaustive --run_colmap --aabb_scale 16

Before you already make 'json' file, you input keyword 'y'. Then, the program will implement training stage.
And, you can adjust many arguments.

My opencv2nerf's fps is 15.0. (I set this)


MyResult

Input(Video type)

0246

Result

images_spiral_800000_disp images_spiral_800000_rgb

Be Careful

# My some arguments
no_ndc = True
near = 2
Far = 6

Before I tested 'no_ndc = False, near = 0, Far = 1', in this case, the output image is so bad.
So, I set argument like above block.


References

Instant-NGP
How to install COLMAP

real_d-nerf's People

Contributors

kyujinhan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.