入力ストリームのフレームサイズを顔認識デモに変更するコマンドライン引数
顔認識デモの実行時に、入力ビデオストリームのフレームサイズを縮小できません。
顔認識デモのコマンドラインに、これらの 2 つのパラメーターを追加します。
-
-cw CROP_WIDTH, --crop_width CROP_WIDTH
(optional) Crop the input stream to this width
(default: no crop). Both -cw and -ch parameters should
be specified to use crop.
-
-ch CROP_HEIGHT, --crop_height CROP_HEIGHT
(optional) Crop the input stream to this height
(default: no crop). Both -cw and -ch parameters should
be specified to use crop.