Command line arguments to change the frame size of the input stream to the Face Recognition Demo
Unable to reduce the frame size of the input video stream when running the Face Recognition Demo.
Add these 2 parameters to the Face Recognition Demo command line:
-
-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.