MobileNet-YOLO icon indicating copy to clipboard operation
MobileNet-YOLO copied to clipboard

https://github.com/eric612/MobileNet-YOLO/blob/f273769131caeaf0a8e505c91fab4cf85ffa9ae4/src/caffe/layers/yolov3_detection_output_layer.cpp#L257

Open monjha opened this issue 5 years ago • 0 comments

Hi, https://github.com/eric612/MobileNet-YOLO/blob/f273769131caeaf0a8e505c91fab4cf85ffa9ae4/src/caffe/layers/yolov3_detection_output_layer.cpp#L257 #159 here, int nh = side_w_*anchors_scale_[t]; is wrong. It should be int nh = side_h_*anchors_scale_[t];

Thank you!

monjha avatar Sep 04 '19 01:09 monjha