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
After I have completed data preprocessing, what should I do next?
I tried to execute the train.py and encountered the following error:FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/bnv-repository/fast_sdf/data/fusion/train.txt'
I also tried to execute the run_inference_on_icl_nuim.py, and the following error occurred: FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/bnv-repository/fast_sdf/logs/train/lightning_logs/version_0/checkpoints/last.ckpt'
I don't know how to get the last.ckpt or train.txt. I am a newcomer to deep learning, and would be grateful if someone could help me!
The text was updated successfully, but these errors were encountered:
After I have completed data preprocessing, what should I do next?
I tried to execute the train.py and encountered the following error:FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/bnv-repository/fast_sdf/data/fusion/train.txt'
I also tried to execute the run_inference_on_icl_nuim.py, and the following error occurred: FileNotFoundError: [Errno 2] No such file or directory: '/home/xxx/bnv-repository/fast_sdf/logs/train/lightning_logs/version_0/checkpoints/last.ckpt'
I don't know how to get the last.ckpt or train.txt. I am a newcomer to deep learning, and would be grateful if someone could help me!
The text was updated successfully, but these errors were encountered: