Monika Jhuria

Results 4 issues of Monika Jhuria

Hi, Just double checking: Are you using class weights in back propagation? no I guess? Thanks!

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!