facebookresearch / unbiased-teacher

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

How can I use pascal VOC as evalutation? Because the default is "COCOeval". #81

Open bliblioscar opened 1 year ago

bliblioscar commented 1 year ago

I use my own dataset which is based on coco dataset. Could I output the evaluation results on pascal VOC result? If so, where should I change? Thanks a lot!!