Hi,
I am collecting images of Bus name boards for bus name board identification project that i am currently working on.
(Since the bus name boards are in regional languages(mostly) in my city, i do not want to do OCR. Instead i want to see if i can solve as an image classifier problem. ) I want to use CNN with fastai.
I have images taken under different conditions - sunny, cloudy, night, different angles. I have images like
Would it be better to take the portion of image where the name board alone is there and create images like these ?
![busimage3](https://forums.fast.ai/uploads/default/original/2X/7/7f1abc5a7ecd50b32c49edb2ae80650e331bea14.jpeg)
![busimage-4](https://forums.fast.ai/uploads/default/original/2X/a/a73f17097c62b1a21c301a1fa8d9d7cd461a6324.png)
In this case, the images are not going be to of the same size. will that be an issue?
Any help would be appreciated.