Personal Implementation of the paper: Nuvo: Neural UV Mapping for Unruly 3D Representations
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.txtI used Pytorch 2.3.0 with CUDA 11.8. Other versions may work, but are not tested.
python train.py --config configs/<config-name.json>
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.
- Bunny
- Nefertiti
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},
}



