WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.79k stars 1.36k forks source link

difference between yolov9 / yolov9-c / yolov9-c converted #269

Open dongxinyu1030 opened 5 months ago

dongxinyu1030 commented 5 months ago

I am just curious about difference between yolov9 / yolov9-c / yolov9-c converted. I compared the yolov9.yaml and yolov9-c.yaml, I found the conv is replaced by Adown in yolov9-c, why do this? If I want to train yolov9, which cfg should I use?

blackCmd commented 4 months ago

I am also curious. What is the difference between the converted model and the regular model, and which model's scores are posted in the ReadMe?

chrisgank commented 1 month ago

209