We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used the pretrained models (kitti_odo.pth) to infer python infer_vo.py --config_file ./config/odo.yaml --gpu 0 --traj_save_dir_txt ./results/prediction/10.txt --sequences_root_dir /media/chaoxingxi/disk4t/dataset/KITTI/odometry/dataset/sequences --sequence 10 --pretrained_model ./models/pretrained/kitti_odo.pth
python infer_vo.py --config_file ./config/odo.yaml --gpu 0 --traj_save_dir_txt ./results/prediction/10.txt --sequences_root_dir /media/chaoxingxi/disk4t/dataset/KITTI/odometry/dataset/sequences --sequence 10 --pretrained_model ./models/pretrained/kitti_odo.pth
but the infer results seems bad,if the pretrained models can use directly? Thank you
The text was updated successfully, but these errors were encountered:
I also get bad results.
Sorry, something went wrong.
I also get very bad results
No branches or pull requests
I used the pretrained models (kitti_odo.pth) to infer
python infer_vo.py --config_file ./config/odo.yaml --gpu 0 --traj_save_dir_txt ./results/prediction/10.txt --sequences_root_dir /media/chaoxingxi/disk4t/dataset/KITTI/odometry/dataset/sequences --sequence 10 --pretrained_model ./models/pretrained/kitti_odo.pth
but the infer results seems bad,if the pretrained models can use directly?
Thank you
The text was updated successfully, but these errors were encountered: