You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python test_yolo.py yolov2tiny.h5 -a yolov2tiny_anchors.txt -c coco.names
The bounding box shifts right or left from the target.
There is "width = 320, height = 240" in the cfg file.
This is probably the cause, but I don't want to change it.
I think the anchor file needs to be modified.
Where should I change?
1.08,1.19, 3.42,4.41, 6.63,11.38, 9.42,5.11, 16.62,10.52
The text was updated successfully, but these errors were encountered:
I ran the following program.
The bounding box shifts right or left from the target.
There is "width = 320, height = 240" in the cfg file.
This is probably the cause, but I don't want to change it.
I think the anchor file needs to be modified.
Where should I change?
1.08,1.19, 3.42,4.41, 6.63,11.38, 9.42,5.11, 16.62,10.52
The text was updated successfully, but these errors were encountered: