Best sources to develop a single class thin/slim custom deep learning model for object detection?
조회 수: 2 (최근 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!