eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
865 stars 442 forks source link

[Feature Request] Can you provide a wiki to explain how to use gaussian yolo? #226

Open AnmachenGuo opened 4 years ago

AnmachenGuo commented 4 years ago

I see you have added gaussian_yolov3_layer and yolo detection gaussian_box.(from this paper https://arxiv.org/abs/1904.04620)

can you provide a wiki or same example prototxts to explain how to use gaussian yolo correctly

thank you very much

AnmachenGuo commented 4 years ago

https://github.com/eric612/MobileNet-YOLO/issues/196 I also found my loss nan when use gaussian yolo have you solved this problem ?