mutual-ai / YOLO

YOLO VS2015 c++ code, Only need opencv, do not rely on the Caffe Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO

YOLO VS2013 c++ code, Only need opencv, do not rely on the Caffe Library

How to run?

command line: darknet detector test cfg/voc.data cfg/tiny-yolo-voc.cfg tiny-yolo-voc.weights data/dog.jpg

model down

https://pjreddie.com/media/files/tiny-yolo-voc.weights

Result:

input picture

image

out result

image

Program running speed test:

1 Intel(R) Core(TM) i7-4790 CPU @3.6GHZ 8G(RAM) run a picture cost 0.9 second

2 use one Titan GPU, can run 20/fps;

About

YOLO VS2015 c++ code, Only need opencv, do not rely on the Caffe Library


Languages

Language:C 90.8%Language:Cuda 8.7%Language:C++ 0.2%Language:Python 0.1%Language:Objective-C 0.1%Language:Batchfile 0.0%