Bagaimana Cara Mengurangi Ukuran Frame Streaming Video Input Saat Menjalankan Demo Pengenalan Wajah Interaktif?
Jenis Konten: Pemecahan Masalah | ID Artikel: 000059010 | Terakhir Ditinjau: 20/05/2022
Tidak dapat mengurangi ukuran frame streaming video input saat menjalankan Demo Pengenalan Wajah.
Tambahkan 2 parameter ini ke baris perintah Demo Pengenalan Wajah:
-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.