MobileNet-YOLO
MobileNet-YOLO copied to clipboard
https://github.com/eric612/MobileNet-YOLO/blob/f273769131caeaf0a8e505c91fab4cf85ffa9ae4/src/caffe/layers/yolov3_detection_output_layer.cpp#L257
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!