MarkMoHR / JoSTC

[TOG & SIGGRAPH 2024] Joint Stroke Tracing and Correspondence for 2D Animation
https://markmohr.github.io/JoSTC/
Apache License 2.0
49 stars 8 forks source link

Error in svg_to_npz.py #4

Open Devadathan13 opened 1 month ago

Devadathan13 commented 1 month ago

When I try to run the script svg_to_npz.py using the sample input (I tried both default parameters and custom ones), I get the following error:

ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (59,) + inhomogeneous part.

Devadathan13 commented 1 month ago

Screenshot from 2024-09-28 22-11-28

MarkMoHR commented 1 month ago

You could try a lower version of python (mine is 3.7.12) to see if it works