semantic_3d_mapping icon indicating copy to clipboard operation
semantic_3d_mapping copied to clipboard

Are there Kitti seq05 and 15 ground truth labels available?

Open zeroAska opened this issue 5 years ago • 3 comments

I noticed in the code grid_sensor/src/main_stereo_imgs.cpp, it writes the reprojected images for evaluation. But where can we find the ground truth? The website of Kundu14 seems to be down. Thnaks!

zeroAska avatar May 14 '19 03:05 zeroAska

hi thanks for the interest. I uploaded a folder preprocess_data/gt_label/ containing the processed ground truth images used in our paper.

shichaoy avatar May 20 '19 11:05 shichaoy

Hi Shichay, thanks for the reply! I noticed that the ground truth of kitti05 contains 40 images, indexed every 20 frames, from 000000 to 000800. But in the data_kitti folder, the rgb imgs are provided from 000000- 000020. This means that we can evaluate only on 000000 and 000020. If we want to use all the 40 ground truth images, do we have to use cnn and SLIC to generate data up to 000800?

zeroAska avatar May 21 '19 19:05 zeroAska

yes, you need to process all of them (more than 800, then project to those image ID). I just uploaded 20 images, as they are too large.

shichaoy avatar May 24 '19 05:05 shichaoy