deepnets for image localisation and counting
Afficher commentaires plus anciens
Hello everyone,
Suggest a best deep neural net which is available in MATLAB for image localisation and counting.
Thank You,
Réponses (1)
Prasanna
le 4 Juin 2025
0 votes
Hi Akhil,
For image localization and counting, MATLAB offers several pre-trained deep neural networks. Some of which are:
- YOLO: for real time object detection and localization.
- Faster R-CNN: for Object detection with high accuracy.
- SSD: for balanced speed and accuracy
For more information regarding the networks, you can refer to the following documentations:
- YOLO: https://www.mathworks.com/help/vision/ug/object-detection-using-yolov4-deep-learning.html
- R-CNN: https://www.mathworks.com/help/vision/ug/object-detection-using-faster-r-cnn-deep-learning.html
- SSD: https://www.mathworks.com/help/vision/ug/object-detection-using-single-shot-detector.html
Hope this helps!
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!