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.55k stars 2.19k forks source link

the size of image in the model #236

Closed ChanKimSiong closed 5 years ago

ChanKimSiong commented 5 years ago

1) If I would like to train my model, the size of image in the model need to be same? 2) If the size is different, will have any problem? 3) The light and position of object in image will affect the prediction? Below is Example : silver_ring_4 silver_ring_5

OlafenwaMoses commented 5 years ago

The size of the images do not need to be the same. ImageAI will automatically resize the images to a default value of 224 x 224.