"$HOME/local/models/mlp-cascade19x19-20-2-110"
# Find the center of the face in the image. Crop the ima... und, get it from torch3vision"
FACE_CENTER=""
# Find the center of the face. Takes a jpeg and finds the face.
function find_center() {
jpeg="$1"
temp="/tmp/crop_center_fac...
for file in $@; do
echo "Processing file: $file"
find_center $file
crop_image $file
done
</code>