visinf / acis

Actor-Critic Instance Segmentation (CVPR 2019)
Apache License 2.0
19 stars 4 forks source link

Request for full dataset of KITTI. #2

Closed Khoa-NT closed 5 years ago

Khoa-NT commented 5 years ago

Hi, Your work is great. I have been trying to reproduce your work and also compare your result with mine. The problem is that I got the CVPPP dataset, but I could not find the full dataset of KITTI. I downloaded your data from #1 but it was not the full dataset. Many image ids noted in test144.txt, train3712.txt and val120.txt are not in the image folder. I have also been trying to find the rest of the data set but it seems that the data is no longer available from their website. Could you please share us a link to get the full dataset of KITTI that was used in your paper?

Khoa-NT commented 5 years ago

I got the dataset from Mr Mengye

The dataset is released from Ziyu Zhang et al.'s paper on instance segmentation (CVPR 16, ICCV 15)
http://openaccess.thecvf.com/content_cvpr_2016/html/Zhang_Instance-Level_Segmentation_for_CVPR_2016_paper.html

https://bitbucket.org/zhangziyu1991/cnn-densecrf-kitti-public/src/master/

I hope this helps!