Lavreniuk / SPIdepth

Strengthened Pose Information for self-supervised monocular depth estimation. SPIdepth refines the pose network to improve depth prediction accuracy, achieving state-of-the-art results on benchmarks like KITTI, Cityscapes, and Make3D.
MIT License
26 stars 0 forks source link

No such file or directory #8

Open alikesierzhao opened 1 week ago

alikesierzhao commented 1 week ago

Thanks for your excellent work. When I train on KITTI, using "python train.py ./args_files/hisfog/kitti/cvnXt_H_320x1024.txt", it reports "FileNotFoundError: [Errno 2] No such file or directory: 'exps/convnext_v11_xxlarge/cvnXt_075/models/weights_13/pose.pth'" Your insights would be greatly appreciated.

Lavreniuk commented 1 week ago

Hi @alikesierzhao, thank you for your interest in our model! Since you're just starting with training and don't have a trained pose net yet, there's no need to upload pretrained weights, so please remove --pretrained_pose from the configuration. Once you have a trained pose net and want to use it, you can add --pretrained_pose back in. And if you find the project helpful, starring the repo would be appreciated.