deepdetect icon indicating copy to clipboard operation
deepdetect copied to clipboard

How to load mobilenet v2 into deepdetect ?

Open ghost opened this issue 5 years ago • 1 comments

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

ghost avatar Apr 20 '20 12:04 ghost

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.

beniz avatar Apr 20 '20 12:04 beniz