资源算法SSD+FPN

SSD+FPN

2019-09-10 | |  89 |   0 |   0

SSD: Single Shot MultiBox Object Detector

SSD is an unified framework for object detection with a single network.

You can use the code to train/evaluate/test for object detection task.

Disclaimer

This is a re-implementation of original SSD which is based on caffe. The official repository is available here. The arXiv paper is available here.

This example is intended for reproducing the nice detector while fully utilize the remarkable traits of MXNet. * Model converter from caffe is available now! * The result is almost identical to the original version. However, due to different implementation details, the results might differ slightly.

Due to the permission issue, this example is maintained in this repository separately. You can use the link regarding specific per example issues.

What's new

  • Added multiple trained models.

  • Added a much simpler way to compose network from mainstream classification networks (resnet, inception...) and Guide.

  • Update to the latest version according to caffe version, with 5% mAP increase.

  • Use C++ record iterator based on back-end multi-thread engine to achieve huge speed up on multi-gpu environments.

  • Monitor validation mAP during training.

  • More network symbols under development and test.

  • Extra operators are now in mxnet/src/operator/contrib.

  • Old models are incompatible, use e06c55d or e4f73f1 for backward compatibility. Or, you can modify the json file to update the symbols if you are familiar with it, because only names have changed while weights and bias should still be good.

Demo results

demo1 demo2 demo3

mAP

| Model | Training data | Test data | mAP | Note | |:-----------------

链接:ssd-master.zip

上一篇:chainer-srcnn

下一篇:translatR

用户评价
全部评价

热门资源

  • 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...