all labels replaced with "name" #1897
-
After training is completed, all the labels have been replaced with 'name'. The model seems to do a validation, though I'm not sure what it means. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
Hi @daskandalis, Are you able to use the Also, Are you able to train the model locally? I can try training the model locally for you if you upload the .slp file and Best, Elizabeth |
Beta Was this translation helpful? Give feedback.
-
Following up from @eberrigan's suggestion, you could modify your script like this:
You could also try directly installing the compiled packages instead of doing it from source:
Note that we've changed it to use Python 3.7 which is the currently most compatible version for SLEAP v1.3.3 (the next release will explicitly support 3.10). Let us know if that works for you! |
Beta Was this translation helpful? Give feedback.
-
This looks like it could be related to our where the |
Beta Was this translation helpful? Give feedback.
This looks like it could be related to our
attrs >=23.1.0
issue:where the
Skeleton
is read into an unsupported format. Then, when using the new slp project with SLEAP installed with an olderattrs <23.1.0
, theSkeleton
is read in with all nodes named"name"
(which is actually the attribute name not the attribute value).