LIVE-Layerwise-Image-Vectorization
LIVE-Layerwise-Image-Vectorization copied to clipboard
SVG results
Thank you very much for your work! Is there any method to extract the coordinates of the points on the vector that are connected to the tail from the output SVG results? Looking forward to your reply!
Thanks for your interest. I think it would be easy to plot the control points: https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization/blob/d30b7fb39c326b608ccb1d06d255db3cb8d70a29/LIVE/main.py#L475
Thanks for your interest. I think it would be easy to plot the control points:
https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization/blob/d30b7fb39c326b608ccb1d06d255db3cb8d70a29/LIVE/main.py#L475
@ma-xu Thank you for your reply! I am not fully familiar with the code yet. May I know what I need to do with this line of code to output point coordinate results
@eleveneee You can directly print(para['point'] ) or print(point_var) to check the control points.