资源算法 yolov3_mobilenet_caffe

yolov3_mobilenet_caffe

2020-02-27 | |  46 |   0 |   0

yolo3_mobilenet

This is a pure C++ version YoloV3 and mobilenet detection implementation based on self-define caffe version. Now it is being opensourced. You are free to using this version to do some fantastic detection applications.

Inside this repo, we provide 2 usage of yolov3 mobilenet detection which are:

  • 21 classes detection trained on VOC and COCO;

  • trafficlight detection for both day and night, it accurate, light, and fast, almost can be CPU realtime(almost).

If you using our lib inside your project, pls consider star our repo. Also, our full code can be find on StrangeAI.

Build

to build this app, you gonna need some basic requirements:

  • cuda 9.0 and cudnn 7.3;

  • boost, gflags, protobuf(3.6.1), glog, thor;

that's all, if you have once build caffe, you shall already got all those requirements, just install thor lib additional.

Run

For inference, just:

./demo_yolov3_voc.sh

Result

Here are some result of our detection lib:

 

Copyright

the copyright of this project belongs to CTI Robotics. if you have any question, welcome to ask me via wechat: jintianiloveu.




上一篇:MobileNet-in-FPGA

下一篇:MXNet-MobileNetV3

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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