I run python nerfstudio/scripts/viewer/run_viewer.py --load-config {outputs/.../config.yml} with the load-config correctly configured. On the webpage I get the training image and lidar points, but don't have the rendered vision, like this
What's wrong? I trained the model for 20000 iterations.
I run
python nerfstudio/scripts/viewer/run_viewer.py --load-config {outputs/.../config.yml}
with theload-config
correctly configured. On the webpage I get the training image and lidar points, but don't have the rendered vision, like thisWhat's wrong? I trained the model for 20000 iterations.