资源算法 pt_mobilenetv2_deeplabv3

pt_mobilenetv2_deeplabv3

2020-02-27 | |  62 |   0 |   0

DeepLabV3 with MobileNetV2

This is the pytorch implementation of DeepLabV3 segmentation with MobileNetV2 support backbone. It achieve STOA speed and meanIOU on semantic segmentation. Benefit from MobileNetV2 depth-wise convolution and DeepLabV3 the most advanced ASPP module, the segmentation result is remarkable. Here is some screen shot of result:

This is only about 23 epoch result, further result maybe update later. For now, DeepLabV3 with MobileNetV2 has those features and you can not reject it:

  • Fast: almost 25 fps on GTX1080, it's almost 80% faster than original DeeplabV3;

  • Accurate: compare to ENet or SegNet or UNet or RetinaSeg, it achieve almost 78 meanIOU on test dataset;

  • Without post process with good result, as you can see, the result can almost use without CRF post process.

Install

To run:

sudo pip3 install alfred-py
python3 demo.py

Further training

For training, you can obtain full version from StrangeAI

Contact

Any question could be asked via Setu(a secret chat app): http://loliloli.pro


上一篇:mobilenet_v1_stm32_cmsis_nn

下一篇: MobileNetSSD_Demo_AndroidNCNN

用户评价
全部评价

热门资源

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