Skip to content

Pure C++ implementation of YoloV3 + MobileNetV2 detection library in caffe

Notifications You must be signed in to change notification settings

caozhengquan/yolov3_mobilenet_caffe

Repository files navigation

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.

About

Pure C++ implementation of YoloV3 + MobileNetV2 detection library in caffe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages