問題タブ [faster-rcnn]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tensorflow - トレーニング イメージ サイズ Faster-RCNN
1 つのクラスについて、faster-rcnn を使用してデータセットをトレーニングします。私の画像はすべて 1920x1080 のサイズです。画像のサイズを変更またはトリミングする必要がありますか、それともこのサイズでトレーニングできますか? また、私のオブジェクトは非常に小さいです (約 60x60)。
構成ファイルには、min_dimension: 600 および max_dimension: 1024 と書かれた寸法があります。このため、1920x1080 サイズの画像でモデルをトレーニングするのに混乱しています。