akshitac8 / OW-DETR

[CVPR 2022] Official Pytorch code for OW-DETR: Open-world Detection Transformer
235 stars 39 forks source link

About ImageSets #11

Closed kun-dragon closed 2 years ago

kun-dragon commented 2 years ago

int the data/OWDETR/VOC2007/ImageSets/ files are: t1_train.txt t2_train.txt t2_ft.txt
t3_train.txt t3_ft.txt t4_train.txt t4_ft.txt
but int the 'OWOD_new_split.sh' file, '--train_set' parameters are: t1_train_new_split t2_train_new_split t2_ft_new_split t3_train_new_split t3_ft_new_split t4_train_new_split t4_ft_new_split

I guess that we just need to add '_new_split' to the original file name in data/OWDETR/VOC2007/ImageSets/. Is that right

akshitac8 commented 2 years ago

@kun-dragon The splits present in OWDETR are new splits and ones in OWOD are from ORE paper.