Something wrong with kitti gt dataset
rsj007 opened this issue · 1 comments
rsj007 commented
reiniscimurs commented
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/* .