ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

where to get confidence level(percentage)? #120

Open PrakharPrashantSingh opened 5 years ago

PrakharPrashantSingh commented 5 years ago

i retrained the yolo model and it is running perfectly but how can i see what is the confidence level of the detected label, like car 70%.... i am not able to find this percentage of detection.

Thanks