AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
805 stars 147 forks source link

How do you train yolox models? #117

Open deepsworld opened 10 months ago

deepsworld commented 10 months ago

Thank you for sharing your excellent work.

In the previous issues, it is mentioned that the SSOD loss is not supported by yolox model. I guess this is because YOLOAnchorAssigner does not support anchor-free heads. I will appreciate if you can provide more information on how you trained the yolox model with this framework.

Is it only trained for the burn in period with the domain adaptation?

zdundjkl commented 8 months ago

This Efficient Teacher support Yolov8,Yolov8 is anchor free too.You must change the .yaml and some codes to use yolox.

meftehs commented 5 months ago

@zdundjkl, did you try to run Efficient Teacher for Yolov8 because i get some errors. could you share the yaml that you used in this case.