Reagan1311/ASGNet

how to prepare the datasets?

ZhangIceNight opened this issue · 2 comments

Hello, I'm sorry to disturb you, but I am a beginner and I have encountered some problems when preparing the COCO and PASCAL data sets.

  1. After I downloaded the VOC2012 data set, I found that there were only about 2000 pictures, but there were more than 5000 data in ASGNet/data/lists/pascal/voc_sbd_merge_noduplicate.txt. And then, I think maybe I should use VOC2012Aug, but there are more than 10000 pictures in VOC2012Aug.
  2. I downloaded the COCO data train/test/val in the warehouse link and decompressed them, but I did not find the data label.
    I will be very happy if I can get your help, thank you.

Hi, sorry for the late reply.

  1. Yes, you should use the VOC2012Aug. As the training set of SBD includes part of the VOC 2012 val data, after removing this you will get 5000+ images.
  2. You can use this script to generate data label.

thank you!!!