eric612 / MobileNet-YOLO

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

[Feature Request] Improvment in YOLOv3 #129

Open ycxia opened 5 years ago

ycxia commented 5 years ago

https://pdfs.semanticscholar.org/ec96/b6ae95e1ebbe4f7c0252301ede26dfc79467.pdf This is a paper of CVPR2019, Assisted Excitation of Activations: A Learning Technique to Improve Object Detectors. This paper presents a training technique to improve yolo mAP.

eric612 commented 5 years ago

It is a good works , I will try to implement the layers , thanks .