WongKinYiu / YOLO

An MIT rewrite of YOLOv9
MIT License
601 stars 64 forks source link

Different model sizes #81

Closed tjasmin111 closed 1 day ago

tjasmin111 commented 2 months ago

So currently there are 3 model sizes: c, s, e. Do any of them correspond to Yolo's Nano model (yolov8-n)? Any comparisons? I need it to be fast and small.

Abdul-Mukit commented 2 months ago

@tjasmin111 you can check out the publication for v9. https://arxiv.org/abs/2402.13616 The graph is hard to see, but it looks like v9 is better ont all scales. image