I would like to use a custom dataset that contains image of handwritten characters of a different language other than English. I am planning to use the KNN algorithm of classify the handwritten characters.
Here are some of the challenges i am facing at this point of time. 1. The images are of different sizes. - How do we solve this issue, any ETL work to be done using Python? 2. Even if we assume they are of same size, the potential pixels of every image would be around 70 * 70 as the letters are complex than English with many features between characters. - How does this affect my training and the performance?