facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

How to train a SourceOnly model or Oracle model? #62

Closed Donghuan777 closed 11 months ago

Donghuan777 commented 1 year ago

Thanks for your work! Would you tell me how to train a source-only model or oracle model? And i find BaselineTrainer in 'trainer.py', i guass using it to trian a oracle model, but there is something wrong when use it. '[Errno 2] No such file or directory: 'dataseed/COCO_supervision.txt'' Looking for your reply!

yujheli commented 1 year ago

Training the source-only or oracle model is just using the burn-in (up) stage without entering mutual learning.

HarryKang13 commented 1 year ago

Thank you very much!