jolibrain / deepdetect

Deep Learning API and Server in C++14 support for Caffe, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
https://www.deepdetect.com/
Other
2.52k stars 560 forks source link

Add support for Yolo v3 tiny & Yolov3 #497

Open deimsdeutsch opened 6 years ago

deimsdeutsch commented 6 years ago

Kindly add support for Object Detection using:

https://github.com/AlexeyAB/darknet

It is very fast and accurate. Particularly Yolov3 and Yolov3-tiny.

beniz commented 6 years ago

Hi, thanks for the recommendation. Yolo is a good architecture indeed.

At the moment we support a range of embedded to desktop best practice architectures, i.e. from squeezenet-SSD, mobilenet-SSD to refinedet and detectron.

Our experience is that the architectures above span across multiple platforms well, from embedded to high end desktop GPUs.

Yolo-v3 has excellent capabilities, and at the moment we would favor integration via one of the large scope backends such as Caffe or Caffe2.

For references: https://github.com/dongfangduoshou123/Caffe2-yolo-v3 and https://github.com/dongfangduoshou123/Caffe2-yolo-v3/blob/master/demo.py

https://github.com/ChenYingpeng/caffe-yolov3