yuantn / MI-AOD

Code for Multiple Instance Active Learning for Object Detection, CVPR 2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Yuan_Multiple_Instance_Active_Learning_for_Object_Detection_CVPR_2021_paper.pdf
Apache License 2.0
329 stars 43 forks source link

Why does it split to 2007 and 2012 folders? #97

Open Y-T-G opened 1 year ago

Y-T-G commented 1 year ago

What's the reasoning behind this split?

https://github.com/yuantn/MI-AOD/blob/master/mmdet/utils/active_datasets.py#L20

Y-T-G commented 1 year ago

Also what happens when COCO is used in this step?