CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

annotations中instances_testdev2017 与test2017.zip图片数量不一致

Open jiaying96 opened this issue 5 years ago • 4 comments

annotations中instances_testdev2017 与test2017.zip图片数量不一致 训练集与验证集也有这个问题,为什么会不一致

jiaying96 avatar May 17 '19 07:05 jiaying96

@jiaying96 Hi, in 2017 the test set has two splits (dev / challenge). The instances_testdev2017.json only contains the annotations of dev. The code will find images according to the annotation information from json.

Duankaiwen avatar May 30 '19 03:05 Duankaiwen

@Duankaiwen Hi, so we just need to download test2017.zip val2014 and train2014, and rename them to testdev2017, minival2014, trainval2014 respectively? Then the code will find images according to the annotation information from json?

WuChannn avatar Aug 08 '20 02:08 WuChannn

@WuChannn You just need to download test2017.zip val2014 and train2014, then copy the images in val2014 to train2014 and rename the train2014 as trainval2014, val2014 as minival2014 and to test2017 as testdev2017, respectively. Then the code will find images according to the annotation information from json

Duankaiwen avatar Aug 09 '20 08:08 Duankaiwen

@Duankaiwen thanks

WuChannn avatar Aug 10 '20 07:08 WuChannn