YuxinZhaozyx / YuxinZhaozyx.github.io

My blog
http://yuxinzhao.net
0 stars 0 forks source link

[论文笔记] EfficientDet: Scalable and Efficient Object Detection - Yuxin Zhao #82

Open YuxinZhaozyx opened 4 years ago

YuxinZhaozyx commented 4 years ago

https://blog.yuxinzhao.top/efficientdet

作者提出了 bi-directional feature pyramid network (BiFPN),实现了更简单高效的多尺度特征融合(multi-scale feature fusion);通过复合缩放方法,在EfficientNet的基础上提出了EfficientDet目标检测模型。