AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.74k stars 7.96k forks source link

Confused on the test prediction result #7422

Open WilburZjh opened 3 years ago

WilburZjh commented 3 years ago

Hi @AlexeyAB , I am confused about what does this score 0.52 mean when I run the command " ./darknet detect test data/mydata.data cfg/yolov4-mask.cfg backup/yolov4-mask_best.weights" ?

image

matt-sharp commented 3 years ago

This is the confidence score for the class of object located within the bounding box.