malayalam-character-recognition
malayalam-character-recognition copied to clipboard
Build Error
Building with Python 2 as suggested by the README causes an issue at python data_cleaner.py, giving a TypeError: makedirs() got an unexpected keyword argument 'exist_ok'
Instead, if I build with Python 3, there is an error at python3 data_process.py giving an Exception: Many fewer images than expected: 0 < 500
I have downloaded and unzipped the dataset into the correct location, so that is not an issue. Please look into this