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
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:
The text was updated successfully, but these errors were encountered:
I'm getting a FileNotFoundError when I run
test_kitti_pose.py
. It seems that the dataset downloaded bydownload_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:The text was updated successfully, but these errors were encountered: