-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Commit
- Loading branch information
There are no files selected for viewing
8 comments
on commit 364fcfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glenn-jocher thanks for great work! the neck is change to PAN now, my question is, is the pretrained weight also been updated now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yxNONG yes, everything is updated including the pretrained checkpoints. If you delete your current checkpoints it will download the new ones automatically. It will not attempt to download new weights if it seems a matching checkpoint filename in your directory however.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glenn-jocher how's the speed and accuracy tradeoff leveraged? readmes seems newest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited for this, any performance numbers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HaxThePlanet @jinfagang yes, the models are faster, smaller and more accurate. You can see this in the README table changes above.
Before:
Model | APval | APtest | AP50 | SpeedGPU | FPSGPU | params | FLOPs | |
---|---|---|---|---|---|---|---|---|
YOLOv5-s | 35.5 | 35.5 | 55.0 | 2.1ms | 476 | 7.1M | 12.6B | |
YOLOv5-m | 42.7 | 42.7 | 62.4 | 3.2ms | 312 | 22.0M | 39.0B | |
YOLOv5-l | 45.7 | 45.9 | 65.1 | 4.1ms | 243 | 50.3M | 89.0B | |
YOLOv5-x | 47.2 | 47.3 | 66.6 | 6.5ms | 153 | 95.9M | 170.3B | |
YOLOv3-SPP | 45.6 | 45.5 | 65.2 | 4.8ms | 208 | 63.0M | 118.0B |
After:
Model | APval | APtest | AP50 | SpeedGPU | FPSGPU | params | FLOPS | |
---|---|---|---|---|---|---|---|---|
YOLOv5s | 36.5 | 36.5 | 55.6 | 2.1ms | 476 | 7.5M | 13.2B | |
YOLOv5m | 43.4 | 43.4 | 62.4 | 3.0ms | 333 | 21.8M | 39.4B | |
YOLOv5l | 46.6 | 46.7 | 65.4 | 3.9ms | 256 | 47.8M | 88.1B | |
YOLOv5x | 48.4 | 48.4 | 66.9 | 6.1ms | 164 | 89.0M | 166.4B | |
YOLOv3-SPP | 45.6 | 45.5 | 65.2 | 4.5ms | 222 | 63.0M | 118.0B |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see that all the pretrained checkpoints are based on F16, i wonder that all the results are based on F16 or F32 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Laughing-q all checkpoints and results are in FP16.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
order relative to feature map order. FPN ->PAN