A few questions about the predict_on_batch method #1831
Replies: 4 comments 2 replies
-
Apologies for the delay!
The In contrast,
Yes, this requires applying the identity tracking. It's harder to do this in realtime without using supervised identity models. This notebook walks through some of the tracking functionality.
Not quite, other than what we have in the GUI, but once you have trajectories pulled out, it should be easy to plot. I'd recommend checking out the movement library which has examples of plotting and some basic analysis with SLEAP data. Let us know if you have any questions! Talmo |
Beta Was this translation helpful? Give feedback.
-
Hi Talmo, Thank you for reaching out!
This makes sense, thank you!
In the notebook example, the tracker essentially takes a list of instances and the corresponding images as arguments to track the instances across the images. For implementing real time tracking, I might be able to warm start the tracking by collecting a few predictions to track instances on the current frame. Would you recommend doing this or can there be a better/faster method? Additionally, since the
Thank for pointing out this resource, I'll check it out! Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Talmo, Appreciate the prompt response! Would SLEAP have the functionality to use supervised ID models that you've described? I tried looking it up on the documentation but was unable to find anything substantial. If not, are there packages you would recommend using that leverage appearance-based cues whilst working with low latency? Best, |
Beta Was this translation helpful? Give feedback.
-
Thanks Talmo, this will be very helpful! Looking forward to trying out the supervised ID methods Best, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been trying to set up a closed loop optogenetic stimulation experiment for which I have been using the predict_on_batch method as used in the example notebook for real time inference. I had a few questions about it's usage.
Best,
Murtaza
Beta Was this translation helpful? Give feedback.
All reactions