how to prepare the datasets?
ZhangIceNight opened this issue · 2 comments
ZhangIceNight commented
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.
- 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.
- 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.
Reagan1311 commented
Hi, sorry for the late reply.
- 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.
- You can use this script to generate data label.
ZhangIceNight commented
thank you!!!