amazon-science / omni-detr

PyTorch implementation of Omni-DETR for omni-supervised object detection: https://arxiv.org/abs/2203.16089
Other
64 stars 6 forks source link

question about getting VOC20072012trainval dataset #2

Closed michaelku1 closed 2 years ago

michaelku1 commented 2 years ago

Thanks for the amazing work. As stated above, I was wondering if the combined dataset can be obtained from the official site directly or is there a .txt file that can be used to parse it? Thanks.

peiwang062 commented 2 years ago

I think just using something like cp VOC2007trainval/JPEGImages/* VOC20072012trainval/JPEGImages to build VOC20072012trainval folder.

michaelku1 commented 2 years ago

I see, so just concat both folders, Thanks a lot.

peiwang062 commented 2 years ago

yes, just combine 2007 and 2012 data to a single folder.