realtime_object_recognition icon indicating copy to clipboard operation
realtime_object_recognition copied to clipboard

Where could I find a replacement model?

Open maearnie opened this issue 6 years ago • 2 comments

I want to use other models other than mobilenet but I don't know where to find them ending with .caffemodel

maearnie avatar May 02 '18 03:05 maearnie

I'm afraid it isn't that trivial to use new models with this. You could look for some models readily available on GitHub / train your own (follow examples at https://github.com/BVLC/caffe/tree/master/examples).

You'd have to modify the code to work and map the labels from new model

C-Aniruddh avatar May 02 '18 07:05 C-Aniruddh

I am kinda confused. Did you make MobileNetSSD_deploy.caffemodel on your own or did you get it from another source?

maearnie avatar May 03 '18 22:05 maearnie