NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.27k stars 383 forks source link

How to add texture #195

Open 18702738101 opened 3 months ago

18702738101 commented 3 months ago

How to produce texture model from isosurface extraction results

Engage11 commented 1 month ago

torchrun --nproc_per_node=${GPUS} projects/neuralangelo/scripts/extract_mesh.py \ --textured \ --config=${CONFIG} \ --checkpoint=${CHECKPOINT} \ --output_file=${OUTPUT_MESH} \ --resolution=${RESOLUTION} \ --block_res=${BLOCK_RES}