trainYOLOv2ObjectDetector function details.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
SERDAR KIZILKAYA
le 1 Juil 2019
Réponse apportée : Divya Gaddipati
le 17 Juil 2019
How to adjust the probabilty and the iou thresholds in trainYOLOv2ObjectDetector function ?
0 commentaires
Réponse acceptée
Divya Gaddipati
le 17 Juil 2019
You can refer to the following link on how to use the trainYOLOv2ObjectDetector function:
Here, you can find the function detect being used after training the network for obtaining the locations of the detected objects. The Name-Value parameter called “SelectStrongest” in the detect function should be set to “True”, which will allow to return the strongest bounding box.
Instead, if you want to set custom probability scores and IOU thresholds, you can use selectStrongestBboxMulticlass function in place of detect.
For more information on how to use the functions detect and selectStrongestBboxMulticlass, you can refer to the following links:
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!