Skip to content
/ Nuvo Public

Personal Implementation of the paper: Nuvo: Neural UV Mapping for Unruly 3D Representations

Notifications You must be signed in to change notification settings

ruiqixu37/Nuvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuvo

Personal Implementation of the paper: Nuvo: Neural UV Mapping for Unruly 3D Representations

Dependencies

Tested environment:

  • Linux Ubuntu 20.04
  • RTX 4090

To install the required libraries, run:

conda create -n nuvo python=3.9
conda activate nuvo
pip install -r requirements.txt

I used Pytorch 2.3.0 with CUDA 11.8. Other versions may work, but are not tested.

Training

python train.py --config configs/<config-name.json>

Results

Below are the point cloud visualizations of the predicted UV mappings for the bunny and nefertiti meshes. Vertices that belong to the same UV mapping are assigned the same color. The predicted normal field is also attached for reference.

  1. Bunny

PC NormalField

  1. Nefertiti

PC NormalField

Acknowledgement

This repository is based on the following paper / resources:

  @article{srinivasan2023nuvo,
    author    = {Pratul P. Srinivasan and Stephan J. Garbin and Dor Verbin and Jonathan T. Barron and Ben Mildenhall},
    title     = {Nuvo: Neural UV Mapping for Unruly 3D Representations},
    journal = {arXiv},
    year      = {2023},
  }

About

Personal Implementation of the paper: Nuvo: Neural UV Mapping for Unruly 3D Representations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages