Why that number of anchor boxes?
5 ビュー (過去 30 日間)
古いコメントを表示
Hello guys, I just want someone to explain like in general why in this example : https://www.mathworks.com/help/vision/ug/object-detection-using-yolov4-deep-learning.html they defined number of anchor boxes = 9...
and in this example https://www.mathworks.com/help/vision/ug/object-detection-using-faster-r-cnn-deep-learning.html they defined number of anchor boxes = 3...
Can someone tell me why did they use different number of anchor boxes?
Thanks for any response :)
0 件のコメント
採用された回答
Birju Patel
2023 年 6 月 1 日
There isn't any rhyme or reason for these values. The examples need to be updated to provide more details on how to choose anchor boxes. I apologize for the confusion.
How you pick anchor boxes depends on your data.
As a first step, use this example to help you estimate the number and size of anchor boxes that would work well for your data:
There will be a trade off between the number of anchor boxes and the complexity of the network. You should run experiments with different anchor boxes to zero in on the optimal values for your application.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!