-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Search before asking
- I have searched the YOLOv5 issues and discussions and found no similar questions.
Question
Hello!
I executed the val.py
command, and received the following results:
And when I checked my Confusion Matrix, it's showing some weird results and a weird scale:
I don't get it why TP is 1.0 and FP is 1.0, can someone help me how can I interpret these results? And somehow fix the scale?
I tried to use conf_thres=0.25
and iou_thres=0.45
to see if my val.py
results matches somehow the TP, since it's informed here (#1665) as the default values for Confusion Matrix.
Additional
FYI: my class is ALL (Acute Lymphoblastic Leukemia) 😅
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested