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.51k stars 561 forks source link

How to load mobilenet v2 into deepdetect ? #724

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi guys,

Hope you are all well !

Still quite a newbie, I look for the steps to follow in order to load Mobilenet v2 and do some object detection with Deepdetect.

Can you tell me where to download the model and the labels ? And how to load them into Deepdetect ?

Thanks in advance for any insights or inputs on that topic.

Cheers, X

beniz commented 4 years ago

Hi, have you looked at the detection models and loading instructions here: https://www.deepdetect.com/models/?opts={%22media%22:%22image%22,%22type%22:%22detection%22,%22backend%22:[%22caffe%22,%22tensorflow%22,%22caffe2%22],%22platform%22:%22desktop%22,%22searchTerm%22:%22%22}#

We rarely use MobileNetV2, and don't provide pretrained model for that architecture. The list above has similar models, typically using SqueezeNet-SSD.