资源算法darknet-mobilenet

darknet-mobilenet

2020-02-07 | |  40 |   0 |   0

darknet-mobilenet

The mobilenet model of Google's mobileNets in darknet framework. The official paper: MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications

I provide a cfg file of mobilenet and a pretrained mobilenet weights on ImageNet.

This model achieved top-1 accuracy 71.1% and top-5 accuracy 90.5% (image size:448x448)

Note: You want to use this model in darknet, you must wirte a group conv layer.

mobilenet_yolo_coco:(approximationly 0.5:0.95mAP 16.2%) 链接: https://pan.baidu.com/s/1qXRFRlU 密码: 4qr8 mobilenet_yolo_voc:(According to loss value, I guess mAP 0.5mAP 65%-70%) 链接: https://pan.baidu.com/s/1qY4Vy9m 密码: qk4q

By visualing the weights of mobilenet, we found that some filters have a weight of zero. We compress the mobilenet with thresholds of 0.0001 and 0.08, respectively. So the model with thresholds 0.0001 achived the same accuracy as original mobilenet (top-1: 0.712540, top-5: 0.903520), and the other model with thresholds 0.08 achived accuracy with top-1 0.682580 and top-5 0.885100. All the compress model without finetune.

Update

Compress mobilenet with threshold of 0.1, then finetune it for 20 epochs, finally this network achived accuracy with top-1 0.697 and top-5 0.897, and the size of this model is 10.1M (18M->10M).


上一篇:MobileNet-SSD-RealSense

下一篇:MobileNet-v2-caffe

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...