main.evaluate does not work with batch_size > 1 and images of different lengths.
predict.predict_file needs a resizing function.
I have opened PR #438 where in the predict_file function I am updating the images with 400x400 dimensions.
Can I work on this issue?
@das-ankur - there's already an open pull request on this one #439
@ethanwhite okay.
What should be the size of the images when size of the images are different? Does the model always works on 400 x 400 images?
It looks like the initial attempt to fix this was never completed, but we'd welcome help on this one.