dddzg / up-detr

[TPAMI 2022 & CVPR2021 Oral] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
Apache License 2.0
476 stars 71 forks source link

Code for VOC #18

Closed zhihou7 closed 2 years ago

zhihou7 commented 2 years ago

Thanks for your interesting work,

Would you mind releasing the training code for PASCAL VOC?

Regards,

dddzg commented 2 years ago

It is easy to run our code with VOC:

  1. Converting the VOC dataset from xml to coco style json.
  2. Changing the paths file. https://github.com/dddzg/up-detr/blob/be066dfca5e8f1f35a4331490e8239b579bbf497/datasets/coco.py#L158
Kyfafyd commented 2 years ago

Could you please provide the converted VOC annotations in coco style json files? I have tried to do this, but meet some errors.