svg files for learning AI
I need to create AI which transform pixilated image to vector. The input data are photos of manually drawn flowcharts. Their vector representations have been created. I plan to use TensorFlow. As I understand it, vector images need to be converted to a numpy array, but I can’t find a way to convert. How can this problem be solved?