shichaoy / semantic_3d_mapping

Semantic 3D Occupancy Mapping through Efficient High Order CRFs
Other
193 stars 60 forks source link

Are there Kitti seq05 and 15 ground truth labels available? #16

Open zeroAska opened 5 years ago

zeroAska commented 5 years ago

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!

shichaoy commented 5 years ago

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

zeroAska commented 5 years ago

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?

shichaoy commented 5 years ago

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.