I'm very beginner to Machine Learning.
Working on a Character Recognition Model using CNN.I have image datasets of different sizes (mainly of two size,64X64 and 192X64), training data set is prepared by reshaping 64X64 to 32X32. This data sets works very well.
On other hand I too have 192X64 images on reshaping them into 32X32, the pixel data were broken and distorted.
Any guidance on how to handle these data would be very helpful.
Thanks in advance.
I tried reshaping the 32X32 as 192X64, I know it is way too much.Got Memory Error
There are three potential ways you can go: