pkmital / CADL

ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info
Apache License 2.0
1.48k stars 732 forks source link

Testing imcrop_tosquare() with odd number of rows #46

Closed is3D-1 closed 7 years ago

is3D-1 commented 7 years ago

if image was 218 x 178 x 3 then imcrop_tosquare(image[1:]) returned an image 179 x 178 x 3 (using Python 3.5.2)