Best sources to develop a single class thin/slim custom deep learning model for object detection?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Kritika Bansal
2019-7-30
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!