Ma-Dan / YOLOv3-CoreML

YOLOv3 for iOS implemented using CoreML.
MIT License
171 stars 46 forks source link

Fix bounding boxes for smaller objects #6

Closed RobertBiehl closed 5 years ago

RobertBiehl commented 5 years ago

Bounding boxes for small objects where wrong. I fixed it by dividing it by the scales 1,2,4 depending on which scale level the detections were made.