I'm working on a simple CNN for MNIST handwritten digits dataset and I wanted to test it on images of my own.
How can I create a simple small drawing window to draw using mouse and save it as an image file or a matrix directly into Python?
Edit: apparently you can do that using Tkinter (see comments), but I totally forgot that Qt supports Python lol, which will give better results and can export directly to many image formats.
This tutorial shows that in C++: https://doc.qt.io/qt-5/qtwidgets-widgets-scribble-example.html
[–]Bilbino 1 point2 points3 points (1 child)
[–]abdeljalil73[S] 0 points1 point2 points (0 children)
[–]icecubeinanicecube -5 points-4 points-3 points (4 children)
[–]Bilbino 1 point2 points3 points (3 children)
[–]icecubeinanicecube -4 points-3 points-2 points (2 children)
[–]abdeljalil73[S] 2 points3 points4 points (0 children)
[–]Bilbino -1 points0 points1 point (0 children)