Open eleveneee opened 1 year ago
Hello! Thank you for your kind words! I think I didn't quite get the question. Can you please clarify what do you mean by "vector that are connected to the tail "?
@Vahe1994 Thank you for your reply! What I want to express is: Is there any method to extract the coordinates of points from SVG results? And they are connected at the end.
Sorry for late answer. Unfortunately I don't think I know about existence of this kind of method.
Maybe, you can convert svg to bezier coord using this class https://github.com/Vahe1994/Deep-Vectorization-of-Technical-Drawings/blob/master/util_files/data/graphics/graphics.py (example this https://github.com/Vahe1994/Deep-Vectorization-of-Technical-Drawings/blob/2e4e5e3c8c291c31b64e23894c276e4443d0c7a6/util_files/data/vectordata/prepatched.py#L35) and than work with coordinates directly.
Thank you!I will try it.
First of all, 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!