facebookresearch / unbiased-teacher

PyTorch code for ICLR 2021 paper Unbiased Teacher for Semi-Supervised Object Detection
https://arxiv.org/abs/2102.09480
MIT License
412 stars 82 forks source link

Run in custom dataset #13

Closed wangerxiao001 closed 3 years ago

wangerxiao001 commented 3 years ago

Hello! I want to run this code on my own coco-style dataset. But I don't know how to create the dataseed like the file COCO_supervision.txt in your project. Looking forward to your answer! Was that the image ID in the original COCO dataset or the self-created image id of you?

wangerxiao001 commented 3 years ago

Got it at here. It's your self-created ID.

ycliu93 commented 3 years ago

Yes, you could check issue #8 for more details