-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow retracking #867
Comments
Thanks for the report @getzze! We'll look into this and try to get a fix up ASAP. In the meantime, you might be able to use this notebook as a workaround to do retracking without inference: https://sleap.ai/notebooks/Post_inference_tracking.html Cheers, Talmo |
Problem AnalysisInitially, on Nov 20, 2019 - Add cli for running tracking by itself, we added a function in tracking.py called ProposalThe code base has changed considerably since Add tracking-only ui to sleap-track, so we need a custom solution - no copy paste. We can mesh the logic from Relevant Code
|
This issue has been resolved in the new release - install SLEAP v1.2.7 here. |
Hi!
There was an issue allowing for retracking predicted instances without having to infer the instances again: #260
But it is not working anymore with Sleap v1.2.4.
If the Inference Pipeline Type in the GUI is set to None, and Tracker set to Flow or Simple, it returns with an error that it can run the inference because no Model was specified.
Versions:
SLEAP: 1.2.4
TensorFlow: 2.6.3
Numpy: 1.19.5
Python: 3.7.12
OS: Windows-10-10.0.19041-SP0
SLEAP installed with Conda from package
The text was updated successfully, but these errors were encountered: