Git Product home page Git Product logo

neural_kaleidoscopic_space_sculpting's Introduction

Neural Kaleidoscopic Space Sculpting

Project Page Paper Video

Welcome to the official codebase for the Neural Kaleidoscopic Space Sculpting paper, a project that presents a novel method for single-shot full-surround 3D reconstruction using a kaleidoscopic image.

"Neural Kaleidoscopic Space Sculpting"
Byeongjoo Ahn, Michael De Zeeuw, Ioannis Gkioulekas, and Aswin C. Sankaranarayanan
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023

This repository is based on the IDR repository, which serves as the foundation for our work.

Usage Instructions

Installation

Create and activate the conda environment using the provided environment.yml file. Run the following commands in your terminal:

conda env create -f environment.yml
conda activate nkss

Dataset

You can download the required kaleidoscopic image and calibration data here. Please ensure to place it in the data/ directory.

Training

To initiate the training process, navigate to the code directory and run the following commands:

python training/exp_runner.py --conf ./confs/toy.conf

Extracting meshed surface

Post-training, you can extract the meshed surface by executing the commands below:

python evaluation/eval.py --conf ./confs/toy.conf --resolution 200 --eval_levelset --scale 0.25 --eval_rendering

Related Research

Our group has also explored other areas in imaging using mirrors. You might find these related works interesting:

Citation

If you find our work useful or inspiring, please consider citing our paper using the following Bibtex entry:

@inproceedings{ahn2023neural,
    author    = {Ahn, Byeongjoo and De Zeeuw, Michael and Gkioulekas, Ioannis and Sankaranarayanan, Aswin C.},
    title     = {Neural Kaleidoscopic Space Sculpting},
    booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    year      = {2023}
}

neural_kaleidoscopic_space_sculpting's People

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.