Open alikesierzhao opened 1 month 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.
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.