PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection
Opened this issue · 0 comments
agatan commented
- Reference
- Kye-Hyeon Kim, et al, https://arxiv.org/abs/1608.08021
EAST にも使われている real time object detection 用 feature extractor の提案。
Pascal VOC 2012 で(当時?)トップだった。
基本的な考え方は "less channels with more layers"
- CReLU
- Inception
- HyperNet
の組み合わせ。