You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs because in the run_llff.sh script, render.py, spiral.py, and metrics.py are executed directly after train_llff.py either doesn't complete its run or encounters an error. These scripts are intended to evaluate the model, but since the model has not yet been trained, this leads to an error.
The error occurs because in the run_llff.sh script, render.py, spiral.py, and metrics.py are executed directly after train_llff.py either doesn't complete its run or encounters an error. These scripts are intended to evaluate the model, but since the model has not yet been trained, this leads to an error.
FileNotFoundError: [Errno 2] No such file or directory: 'output/llff/nerf_llff_data/fern/chkpnt_latest.pth',How can I solve this problem?
The text was updated successfully, but these errors were encountered: