ruiqixu37 / Nuvo

Personal Implementation of the paper: Nuvo: Neural UV Mapping for Unruly 3D Representations
17 stars 1 forks source link

Nuvo

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

Dependencies

Tested environment:

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: