Implement SLEAP on realtime processing #2450
Unanswered
huyle24022002
asked this question in
Help!
Replies: 1 comment 1 reply
-
|
Hey huyle, sorry for the late response! Unfortunately, we currently don't support real-time capture yet in SLEAP 1.5+, because with SLEAP 1.5+, we recently migrated from TensorFlow to PyTorch. However, we are planning to do a refactor to support real-time inference soon. SLEAP 1.5+ can currently only take in "SLEAP objects" (i.e. Labels, Video (mp4), etc.), so you could continue to use older SLEAP versions, like the in the colab notebook. If you have any other questions about running inference SLEAP 1.5+, feel free to reach out! Sorry again for the late response! Thank you, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to ask about how to deploy SLEAP on real time capture. My current pipeline are: Have a trained model, capture from camera, run the model on each frame of capture. The problems is the fps is just around 11fps. Beside that, I used SLEAP 1.5.1 without support of sleap.load_model() function as in real time inference example in this gg colab https://colab.research.google.com/github/talmolab/sleap/blob/main/docs/notebooks/Interactive_and_realtime_inference.ipynb.
Really appreciate with any suggestions
Beta Was this translation helpful? Give feedback.
All reactions