OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.48k stars 2.18k forks source link

For the classifier, what is the size image reduce to dimensions? #831

Open 6monkeyrs opened 5 months ago

6monkeyrs commented 5 months ago

I am building a custom classifier, and was wondering what size height and width are the image reduced to?

6monkeyrs commented 5 months ago

I found this , but not sure if the images are resize to a 256x256 or does it take the largest dimension and makes resizes it to 256 and proportionally scale the other dimension.

transforms.Resize(256)