tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.78k stars 476 forks source link

Excellent Detection Performance but not very good in classification #96

Closed duchieuphan2k1 closed 1 year ago

duchieuphan2k1 commented 1 year ago

Before Asking

Search before asking

Question

I have trained damo-yolo-m on my data (2 classes). The model can detect object very well, with no missing, no excessive. But the classification is not very good. So is there any idea or configuration for me to improve the classification accuracy or do some tradeoff between detection and classification tasks?

Additional

Thanks in advance!

cwhgn commented 1 year ago

Thanks for your interests on DAMO-YOLO. You can provide a higher weight for the classification loss, or train more epochs to see whether the classification loss would be further reduced. Besides, it's better to check your classification labels to see whether there are noise labels and category imbalance problem.