Is there any MSCOCO (object categories) CNN pre-trained model?

Hi everyone, First, thank you for your help in advance. Second, I am looking for a matlab pre-trained model that was trained on MSCOCO datataset. I have found some, but they were trained in python, where I am looking for one that I can use in MATLAB.
Thank you again.

Answers (1)

What is the type of pre trained model that you have found in python? You can probably see, how you you can import a model in MATLAB. For instance, if it is a caffe model then you should be able to import it using importCaffeeNetwork function. Refer to following link for more information:

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Asked:

on 29 Nov 2017

Answered:

on 7 Dec 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!