You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm training yolov5 on dataset having 75 classes and 30.000 images. Training works well, but during training phases output I get:
Epoch GPU_mem box_loss obj_loss cls_loss Instances Size 299/299 4.79G 0.01719 0.0291 0.01216 1 640: 100%|██████████| 305/305 [00:56<00:00, 5.45it/s] Class Images Instances P R mAP50 mAP50-95: 100%|██████████| 1616/1616 [01:31<00:00, 17.73it/s] all 6464 53639 0.519 0.333 0.326 0.251
And with final report:
I see mAP50 and MAP50-95. What about AP primary challenge metrics according to the table in attach? Is there a way to calculate it from yolo? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions