ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
473 stars 231 forks source link

excuse me, the width of detected box is much smaller than the truth box's width, so how to fix this situation?thx! #32

Closed BoyangYu96 closed 5 years ago

BoyangYu96 commented 5 years ago

excuse me, the width of detected box is much smaller than the truth box's width, so how to fix this situation?thx!

ChenYingpeng commented 5 years ago

@YuBoyang0321151606 Please post the detail of your said.For example,which model you run and what is the debug info?Thx.

BoyangYu96 commented 5 years ago

thank you! i fix this problem just now, it's because that the anchor box's size in my dataset are different from original sizes, i reset the anchor sizes and it works. thank you for reply!

BoyangYu96 commented 5 years ago

@ChenYingpeng

BoyangYu96 commented 5 years ago

solved