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

Having problems with kitti dataset evaluation #8

Closed
ArghyaChatterjee opened this issue Jun 22, 2023 · 2 comments
Closed

Having problems with kitti dataset evaluation #8

ArghyaChatterjee opened this issue Jun 22, 2023 · 2 comments

Comments

@ArghyaChatterjee
Copy link

Hello,
I was implementing your work on kitti dataset. As you have mentioned in your work that the kitti_raw directory should have the below structure:

|   |   ├── 2011_09_26
|   |   ├── 2011_09_28
|   |   ├── 2011_09_29
|   |   ├── 2011_09_30
|   |   ├── 2011_10_03

I can't see the kitti dataset like that. Inside the website, there are categories like: City, Residential, Road, Campus, Person, Calibration. Which one are you referring to ? Say inside city, there are sequences like 2011_09_26_drive_0001, ... and so on (26, 28, 29). Inside residential, there are (26, 30, 3); inside road (26, 29, 30, 03) and so on. Also, you didn't mention that do I have to download unsynced+unrectified dataset or synced+rectified dataset along with/without calibration file ??

Please clarify. Thanks in advance.

@youmi-zym
Copy link
Owner

youmi-zym commented Jun 22, 2023

Hi,

Sorry for the trouble. You can use the following script to download the kitti raw dataset as listed in
kitti_archives_to_download.txt:


wget -i kitti_archives_to_download.txt -P kitti_raw/
cd kitti_raw
unzip "*.zip"

Warning: it weights about 175GB, make sure you have enough space to unzip too!

@ArghyaChatterjee
Copy link
Author

Thanks for the clarification. Closing the issue.

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

2 participants