Best sources to develop a single class thin/slim custom deep learning model for object detection?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Kritika Bansal
el 30 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!