experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 861 forks source link

Low precision, high recall #323

Closed brian123214 closed 2 years ago

brian123214 commented 2 years ago

I trained the YOLOv3 on my dataset and get a precision of 0.3 and recall of 0.7. I used this repository https://github.com/ultralytics/yolov3 which is another version of YOLOv3 but in pytorch. On this version, I get precision at about 0.6 and similar recall. I have tried changing the obj threshold to 0.5, and even though it helps, it does not increase precision by that much.