JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

output after execution?

Open hotboice opened this issue 3 years ago • 1 comments

'python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py --task test', after successful execution with lego, where can I see the output of the 3D model?

hotboice avatar Jul 06 '22 14:07 hotboice

JNeRF has not yet integrated the method of extraction 3D models. You can refer to Extracting geometry from a NeRF method in the original nerf repository. And we will integrate the extraction of mesh method into JNeRF later.

Gword avatar Jul 07 '22 03:07 Gword