Skip to content
New issue

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

FileNotFoundError in test_kitti_pose.py #117

Open
JSR694 opened this issue May 12, 2019 · 2 comments
Open

FileNotFoundError in test_kitti_pose.py #117

JSR694 opened this issue May 12, 2019 · 2 comments

Comments

@JSR694
Copy link

JSR694 commented May 12, 2019

I'm getting a FileNotFoundError when I run test_kitti_pose.py. It seems that the dataset downloaded by download_kitti_pose_eval_data.sh doesn't have the expected structure: test_kitti_pose.py is looking for a file ${POSE_DATASET}/sequences/09/times.txt. But the pose dataset has the following structure:
image

@hadonga
Copy link

hadonga commented Jun 11, 2019

You just have downloaded pose data.
to test your model you have to download odom color dataset (just use 09/10 sequences image files) which can be downloaded from http://www.cvlibs.net/download.php?file=data_odometry_color.zip

@swadhinagrawal
Copy link

You just have downloaded pose data.
to test your model you have to download odom color dataset (just use 09/10 sequences image files) which can be downloaded from http://www.cvlibs.net/download.php?file=data_odometry_color.zip

for training also do we need just the odom color dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants