mscnn icon indicating copy to clipboard operation
mscnn copied to clipboard

Set up KITTI dataset by yourself ? Set the right dataset path ? Choose the model that you want to test in the demo script ?`

Open yesoun opened this issue 8 years ago • 3 comments

Hi Can you please explain how to set up the kitti dataset and which part exactly from it should I include for the directory in the root_dir = '/your/kitti/path/ ' ?? Thank you so much for your help. Bests,

yesoun avatar Jan 27 '17 03:01 yesoun

You have to get the data from there. The paths in the trainval prototxt will be the path to [...]/kitti_data/window_files/mscnn_window_file_kitti_vehicle_train.txt, and this txt file contains the path to every single image, for example [...]/kitti_data/training/image_2/000001.png

baristahell avatar Jan 30 '17 12:01 baristahell

@baristahell kitti dataset is actually which one to download for the train?

jsjs0827 avatar Apr 06 '17 06:04 jsjs0827

It's simply the [left color images of object data set] part, but you can also get [training labels of object data set], in order to have clean {image;labels} couples.

You'll also have to run the windows_file scripts to get the bounding boxes files.

baristahell avatar Apr 06 '17 08:04 baristahell