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

Something wrong with kitti gt dataset #124

Open
rsj007 opened this issue Dec 2, 2021 · 1 comment
Open

Something wrong with kitti gt dataset #124

rsj007 opened this issue Dec 2, 2021 · 1 comment

Comments

@rsj007
Copy link

rsj007 commented Dec 2, 2021

Hi, I unzip the data_depth_annotated. But the unzipped branches are "train" and "val", different from the path mentioned in eval_with_pngs.py.
How to solve it? Thanks a lot!!!!

image

image

@reiniscimurs
Copy link
Contributor

See if preparing the KITTI dataest this way helps

$ cd ~/workspace/dataset
$ mkdir kitti_dataset && cd kitti_dataset
$ mv ~/Downloads/data_depth_annotated.zip .
$ unzip data_depth_annotated.zip -d data_depth_annotated
$ cd data_depth_annotated
$ mv train/* . && mv val/* .

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