Best sources to develop a single class thin/slim custom deep learning model for object detection?
1 view (last 30 days)
Show older comments
I am working on a problem, where I need to detect a particular type of objects. I have tried with tensorflow ssd mobilenet model, but I their processing time is very high. Hence I am planning to develop my own object detection model for single class with a very few layers in Keras (Tensorflow). I need to know, is there any github repo, or tutorial that explains clear procedure about single class custom object detection model training.
0 Comments
Answers (1)
Kritika Bansal
on 30 Jul 2019
Hi,
You can follow the following links to know more about creating and training your own networks using MATLAB’s Deep Learning Toolbox:
In case you want to know about performing transfer learning in MATLAB, you can refer to the link below:
0 Comments
See Also
Categories
Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!