After step 3, I need to export the mesh and in the provided link there are 4 commands and only last one is running which outputs an obj file with improved mesh. I also want the textured output. When I try to run the first command to generate both obj and mtl file or second and third commands I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'load/tets/128_tets.npz'
Successfully Running Command:
python launch.py --config path/to/trial/dir/configs/parsed.yaml --export --gpu 0 resume=path/to/trial/dir/ckpts/last.ckpt system.exporter_type=mesh-exporter system.geometry.isosurface_method=mc-cpu system.geometry.isosurface_resolution=256
Can you please suggest if anything is missing, or this feature is not yet available. Thanks in advance.