I am trying to make a CNN model for OCR using handwritten notes, the dataset contains files in InkML format, I searched on the web but could not find any proper documentation on this. Please let me know how to convert the InkML files to png so that I can train my model
Asked
Active
Viewed 584 times
0
-
Did you try this? https://www.kaggle.com/kalikichandu/preprossing-inkml-to-png-files – Beginner Jun 23 '20 at 15:35
-
yes I had already tried that approach, It works only on the dataset that is present in that kernel. When I tried to do that approach using a new inkml file(which is not present in that kernel) then I don't get any output file(I don't even get any kind off error, the code executes perfectly but no result is generated) – swapnil agashe Jun 25 '20 at 18:19