Liezl Maree
Liezl Maree
All instances in the labeled frame were being considered individually. I've added the following to prefer user labeled instances in the frame if any: https://github.com/talmolab/sleap/blob/1ea047db60ea4ad28bd5338d40f2b4b387fefe4e/sleap/nn/tracking.py#L1192-L1213
Holding off on this PR since it would require a file format update... best to be worn in on the develop branch for a bit before tacking onto the release....
Hi @jkbhagatio, You are totally correct, there was some illogical logic here. We were using a different action for the `--unrag` argument (namely "store_true") which sets `args.unrag` to `True` when...
Long awaited, but finally integrated. This issue is fixed in SLEAP 1.4.1.
I'll close this issue since it is due to not having tracks assigned for the supervised ID models. However, I'll reference: - #1878 since it would be good to add...
The more I think about it, this feature actually does not seem like a good idea anymore. For e.g., if a user has 4 animals and starts to assign instance...
Closing this PR in favor of: - #1859
Converted back to draft due to hacky workaround for version of `opencv`. Final PR should resolve this version conflict.
Converting this back to a "Ready for Review" PR to get the coderabbitai feedback. It is definitely not ready to be merged due to the opencv hack described above.
Long awaited, but finally integrated. This issue has been fixed in the SLEAP 1.4.1 release!