Code Monkey home page Code Monkey logo

blenderneuralangelo's Introduction

BlenderNeuralangelo

Blender addon to inspect and preprocess COLMAP data for Neuralangelo (CVPR 2023). The addon allows you to inspect the COLMAP poses, check the sparse reconstruction overlaid with RGB images, and export the bounding regions for Neuralangelo.

Getting Started

First clone the code to a local directory.

cd /path/to/dir
git clone [email protected]:mli0603/BlenderNeuralangelo.git

0: Running COLMAP

Please follow the instructions to obtain COLMAP results. Alternatively, an example is provided in the folder toy_example.

If COLMAP instructions are followed correctly, a folder structure of the following should be expected:

|__ dense (or your customized work directory)
    |__ images (folder of undistorted images)
    |__ sparse (folder of sparse reconstruction results)
    |__ run-colmap-geometric.sh
    |__ run-colmap-photometric.sh

1.1: Run Blender from command line

You can directly run Blender without worrying installation by:

./blender --python PATH_TO_BlenderNeuralangelo/start_blender_with_addon.py

Replace PATH_TO_BlenderNeuralangelo with your path to BlenderNeuralangelo.

1.2: Install as Addon

Installing as a Blender Addon avoids re-installation after quitting blender. To install as an Addon:

1.3: Run as code

Alternatively, the code can be directly run as follows:

After quitting Blender, this step must repeat.

2: Locating the control panel

After installation, the BlenderNeuralangelo panel can be located on the right side or press N on the keyboard.

3: Load COLMAP data

COLMAP can be loaded by providing the path to the COLMAP work directory. The images, camera parameters and sparse reconstruction results are loaded.

4: Inspect COLMAP data

COLMAP data can be inspected qualitatively by looking at the RGB, sparse reconstruction and pose results.

5: Defining region of interest

A graphics interface is provided to define the region of interest for Neuralangelo as a form of bounding box. Points outside the region of interest can be cropped.

6: Defining bounding sphere

Neuralangelo and prior works 123 on neural surface reconstruction often assumes a spherical region of interest. This addon generates a bounding sphere and exports the scene parameters (intrinsics, poses, bounding sphere) following the Instant NGP format.

blenderneuralangelo's People

Contributors

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