Issue running my own image.
What would be the steps for taking my own JPEG and generating an SVG?
After watching your presentation I assume I should first generate a basic SVG of my image, Than run it through your refine_svg.py tool. Do you have any suggestions for the generation of the initial SVG?
Did you find any ways to create initial SVG?
After watching your presentation I assume I should first generate a basic SVG of my image, Than run it through your refine_svg.py tool. Do you have any suggestions for the generation of the initial SVG?
I was able to get some pretty good results using this website for the initial SVG https://picsvg.com/
The website itself does an okay job and only creates black polygons on a transparent background, but the refine_svg script is able to use this as a starting point and will eventually add the color after enough iterations (in my case it took about 100 iterations for the color to start to appear)