Replies: 1 comment
-
@cdipd see YOLOv3 publication for loss definitions https://arxiv.org/abs/1804.02767 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm training a yolov3 neural network (https://github.com/ultralytics/yolov3/) to recognize objects in an image and was able to get some metrics out.
I was just wondering if anyone knew how to interpret the following metrics (i.e. definition of what these metrics measure).
Objectness
Classification
I'm assuming the val Objectness and val Classification are the scores for the validation set.
Thanks
!
Beta Was this translation helpful? Give feedback.
All reactions