What is: Darknet-19?
Source | YOLO9000: Better, Faster, Stronger |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Darknet-19 is a convolutional neural network that is used as the backbone of YOLOv2. Similar to the VGG models it mostly uses filters and doubles the number of channels after every pooling step. Following the work on Network in Network (NIN) it uses global average pooling to make predictions as well as filters to compress the feature representation between convolutions. Batch Normalization is used to stabilize training, speed up convergence, and regularize the model batch.