facebookresearch / unbiased-teacher

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

Any guide for registering and using custom dataset? #51

Open sarmientoj24 opened 3 years ago

sarmientoj24 commented 3 years ago

Is there any guide for registering custom datasets and using them here? Either for COCO or for PASCAL VOC.

gustavsma commented 2 years ago

Hi, I've created a simple example. You can access it on my UB fork:

https://github.com/gustavsma/unbiased-teacher/blob/main/examples/custom_dataset.ipynb

anhTuan24 commented 12 months ago

@gustavsma Thank you very much <3 <3