Giter Site home page Giter Site logo

neumip's Introduction

NeuMIP: Multi-Resolution Neural Materials

SIGGRAPH 2021

https://cseweb.ucsd.edu/~viscomp/projects/NeuMIP

Setup and prerequisites

The code was developed on Ubuntu 18.04, using Python 3.7 and PyTorch 1.7. Although, we don't use any unique features of those systems, running on different configuration might require some small adjustments.

First you need to setup your data path, where all the datasets, models, etc. reside. Go to path_config.py and at line 9 change: path_base = "$YOUR_PATH to your path.

License

The code is licensed under BSD license.

Dataset

Here's the link to the datasets and models: https://drive.google.com/drive/folders/1EbzMlpmE7f49jTs2IY7oMQKZAGAfl3M5

Training and Running

To train:

./rung.sh 0 ./neural_rendering.py --dataset DATASET_NAME \
     --max_iter 30000 --outm  MODEL_NAME \
     --experiment  StandardRawLongShadowMaskOnly \
     --batch 4  --loss comb2

To visualize it:

./run.sh neural_rendering.py --inm wool2.pth --vis 

The main code is in the neural_rendering.py file. Beware, the code supports different configurations/architectures. Please, use -experiment StandardRawLongShadowMaskOnly For loss, use l1 or comb2, which is better for specular.

neumip's People

Contributors

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