Closed sirkrisp closed 5 months ago
Thanks for your help, but when I replace "train" with "export", I get the result shown in Figure. Have you encountered it, and how can you solve it?
Mesh export was a feature in the original threestudio library on which this repo is based, but I never tried to get it to work for ZeroNVS (and I probably wouldn't expect it to work that well anyway to be honest).
With respect to this specific bug, I'm not sure what the issue is, but I'd recommend trying to resume from a pretrained checkpoint first. You'll definitely need to fit the NeRF before exporting the mesh. The visualization above looks like it was generated at train step 0. Thanks!
Thanks for your contribution! For evaluation purposes, it would help a lot if you could add a small example on how to run launch_inference.sh on new images. I tried to run zeronvs on the following image (resized to 256x256 PNG image):
But the output is completely wrong and the program eventually crashes because no mesh could be reconstructed.
https://github.com/kylesargent/ZeroNVS/assets/43377824/c7849a75-00a2-47bb-9d5d-13594ac4d60e
I launched launch.py in the following way (NOTE I replaced --train with --export):
Let me know if you need further information. Thanks in advance!