Volltextergebnisse:
- torch3vision
- n’t waste time searching for small faces. <code> WIDTH=`identify -format “%w” “andy.jpg”` MIN_FACE_WIDTH=`echo $WIDTH / 6 | bc` </code> So now here’s the final face detect... HEIGHT=`identify -format "%h" "$jpeg"`; WIDTH=`identify -format "%w" "$jpeg"`; MIN_FACE_WIDTH=`echo $WIDTH / 6 | bc` echo "Beginning face detection, min-width=$MI

