JNeRF
JNeRF copied to clipboard
output after execution?
'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?
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.