Closed sandy-ssdut closed 1 year ago
Sorry, the command should be:
ns-train tetra-nerf --pipeline.model.tetrahedra-path ... minimal-parser --data ...
I have updated the README. Where did you get this "old" command from?
Sorry, but mine still does not work with this command. It prints the following error: ns-train tetra-nerf: error: argument [{pipeline.datamanager.camera-optimizer:camera-optimizer-config,pipeline.datamanager.camera-optimizer:None}]: invalid choice: './data/sparse.th' (choose from 'pipeline.datamanager.camera-optimizer:camera-optimizer-config', 'pipeline.datamanager.camera-optimizer:None')
My command is: ns-train tetra-nerf --pipeline.model.tetrahedra-path ./data/sparse.th minimal-parser --data ./data
Can you please post the output of ns-train tetra-nerf —help
?
/> Can you please post the output of ns-train tetra-nerf —help
?
Sure
Can you also post the output of ns-train —help
?
Can you also post the output of
ns-train —help
? This is the output of ns-train --help
It seems like tetra-nerf is not installed. How did you install it?
It seems like tetra-nerf is not installed. How did you install it?
Sorry, seems like the tetra-nerf is not installed properly. However, after I pip install the tetra-nerf from the readme, the training command gives me the following error:
I encountered this error before, and I reinstalled everything. Do you know if this has anything to do with the order of installation?
Can you please git clone the repo and run cmake . && make
?
when i train custom data like this:
There is a error
How can i fix it ?