Replies: 4 comments 3 replies
-
Hi @djg9324, A couple of things:
Let us know if that works for you. Cheers, Talmo |
Beta Was this translation helpful? Give feedback.
-
Hi @djg9324, Judging from the printed outputs in the screenshot, I suspect you might be missing a flag. It's a bit annoying but (for historical reasons) you basically need all of these flags to enable track-local queues to globally constrain the maximum number of tracks:
where |
Beta Was this translation helpful? Give feedback.
-
Hi @djg9324,
This one is a bit less obvious from what we see so far. It could be an issue with how the skeleton is configured for bottom-up models as the edges need to form a tree in those models. SLEAP should detect when this happens, but if you trained this on an older version it might have been missing that check. Additionally, there was a bug a few versions ago that made it dependent on the ordering of the edges (but this is fixed in v1.3.3). It'll help if you can provide a screenshot of the skeleton edges table in case there's something funky going on there. Honestly though, for your data I'd actually recommend trying a top-down model with |
Beta Was this translation helpful? Give feedback.
-
Hi @ralphpeterson, Right, the track labels don't matter at all for non-ID models, so no need to bother with those. If you do want to assign them tracks to use the ID models, you'll need to make sure that the animals have distinguishing visual appearances and assign them to tracks corresponding to identity classes (e.g., "bleached" vs "non_bleached") and then train an ID model variant. I'd start with the above suggestions for sorting out the tracking though and see where you get. Cheers, Talmo |
Beta Was this translation helpful? Give feedback.
-
I have been having trouble keeping consistent tracks/instances in my projects. I am trying to track 2 animals but keep getting more than 2 after merging. I had recently received help from someone who provided me with this code:
Strangely, the code does merge the frames into one project but still leaves 4 tracks instead of just two (as shown in the attached image). I am wondering if there is a step that I am missing to ensure that the tracks merge together with their respective track to only define two animals.
May I also provide the information that command line provided me, if that helps
:
Beta Was this translation helpful? Give feedback.
All reactions