qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boundig boxes at the detection are big

nmargaris opened this issue · comments

Hello, i have done training and it s working fine . I am doing tests giving the comand python yolo_video.py --image and for every image the results are good. The only problem is that the detection bounding boxes are bigger than I would like. Is there a way to "zoom" in on their sides towards their center?

You can change the size of anchor boxes. Check yolo_anchors.txt out.