Skeleton Compatibility Issues with SLEAP Inference Between Mac and NVIDIA GPU Cluster #2033
Replies: 2 comments
-
Hi @pelikanGIS, This looks related to #1918. In v1.3.4, there's a fix for this, but depending on what version created your labels vs model, it may need to be resaved or corrected using some of the recipes in that thread. Do you mind giving those a go and letting us know what kind of errors you're getting? Talmo |
Beta Was this translation helpful? Give feedback.
-
FAQ: Resolving Issues with SLEAP Skeleton and Model CompatibilityIf you’re encountering issues with SLEAP models or Issue: Incompatibility Between VersionsSome users may encounter issues with reading or using skeletons or models created in one version of SLEAP (e.g., 1.3.3) when transitioning to a newer version (e.g., 1.3.4). Here's how to address this: Steps to Resolve the Issue1. Ensure Compatibility Between
|
Beta Was this translation helpful? Give feedback.
-
I’m encountering a skeleton-related issue when transferring and running inference models between different environments.
Model Training:
I trained a model on my Mac Studio using SLEAP version 1.3.3.
The training data consisted of frames extracted from a video.
Inference works on the [Mac] (although for some movie when I apply inference I get a message about a Semaphore leak #1430) including applying inference to the entire video.
Inference on NVIDIA GPU Cluster:
I copied the trained models to an NVIDIA GPU cluster running SLEAP version 1.4.1a2.
When applying inference to the same video, I get the following error:
ValueError: Found multiple nodes named (name).
Despite this error (expection), the program continues to process approximately 12% of the movie before the process gets killed.
Testing with SLEAP 1.3.3 on the Cluster:
I attempted to run inference on the same NVIDIA GPU cluster using SLEAP version 1.3.3.
This also resulted in a skeleton-related exception, but the program does not process any frames at all.
Questions:
What steps can I take to debug or resolve skeleton-related errors like Found multiple nodes named (name)?
Thanks
Ehud Sussman
Beta Was this translation helpful? Give feedback.
All reactions