neuralangelo icon indicating copy to clipboard operation
neuralangelo copied to clipboard

How to add texture

Open 18702738101 opened this issue 10 months ago • 1 comments

How to produce texture model from isosurface extraction results

18702738101 avatar Apr 02 '24 01:04 18702738101

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}

Engage11 avatar Jun 03 '24 13:06 Engage11