al/models/mlp-cascade19x19-20-2-110"
# Find the center of the face in the image. Crop the image along the center of
# the face.
# Requirements: 'torch3vision' ht...
echo "FACE_X: $FACE_X FACE_W: $FACE_W FACE_CENTER: $FACE_CENTER"
}
function crop_image() {
jpeg="$1"
ext=${jpe... at "%w" "$jpeg"`;
echo "Cropping $jpeg at $FACE_CENTER, saving to $crop"
convert -fill white -draw "rectangle $FACE_CENTER,0 $WIDTH,$HEIGHT" "$jpeg" "$crop"
}
for file in