YOLOv3における出力について
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
こんにちは。
YOLOv3をこちらのドキュメント(https://jp.mathworks.com/help/vision/examples/object-detection-using-yolo-v3-deep-learning.html?s_tid=srchtitle)で学習している最中です。
そこで疑問に思ったのですが、YOLOv3の論文では出力が3つのサイズの違う特徴マップになっていますが、matlabのドキュメントを確認すると出力が2つの特徴マップになっているように見えるのですが、なぜ2つなのでしょうか。
よろしくお願いいたします。
0 commentaires
Réponse acceptée
Kenta
le 7 Nov 2020
おそらく2つの検出ヘッドでもよい検出ができていたので、そのシンプルなネットワークを例題として取り上げたのではと思います。まずは例にあるように2つの検出ヘッドでやってみて、うまく行かなければ検出ヘッドを増やしたり、アンカーボックスを増やしたりしてみればよいのではないでしょうか。
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 時系列オブジェクト dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!