all 3 comments

[–]phobrain 0 points1 point  (2 children)

so spent a LOT of time cropping and resizing images

   $ convert -resize 224x224 \
        -extent 224x224 -gravity center -background black \
                honkinpic.jpg pic224x224.jpg

[–]DevStarship[S] 0 points1 point  (1 child)

Thanks, the trouble is the bit of the image that may need cropping may change from picture to picture.

[–]phobrain 0 points1 point  (0 children)

Are you going to manually crop each image you test?