Open Rzx520 opened 3 hours ago
Do I need to change the parser. add.argument ('- num_classes', default=81, type=int) in main_openw_world.cy to 21?The voc only 20 categories.Meanwhile, Do we also need to modify the category composition in the tuple (VOC_COCO_CLASS_NAMES["VOC2007"] = tuple(itertools.chain(VOC_CLASS_NAMES, T2_CLASS_NAMES, T3_CLASS_NAMES, T4_CLASS_NAMES, UNK_CLASS)))? @orrzohar
The commands you need to use are along these lines:
If you want to run the 15+5/10+10 experiments, the PREV_INTRODUCED_CLS \ CUR_INTRODUCED_CLS will need to be changed accordingly.
I will stress that the number of training epochs/number of inst per class/objectness temperature need to be tuned to reproduce the results in the paper.
Hope this helps! Orr
Originally posted by @orrzohar in https://github.com/orrzohar/PROB/issues/8#issuecomment-1493109969