sleap
sleap copied to clipboard
A deep learning framework for multi-animal pose tracking.
### Discussed in https://github.com/talmolab/sleap/discussions/1622 Originally posted by **vtsai881** December 3, 2023 Hello Team SLEAP! :) I was importing SLEAP prediction csvs into SimBA when I realized that there are missing...
# Bug description SLEAP crashing during training with the following error output. ## Your personal set up - OS: macOS Sonoma 14.0 - Version(s): SLEAP 1.3.3, Python 3.9.15 - SLEAP...
# Bug description In 1.3.1, we added non-experimental support for macOS and have thus added the macos-latest image in our tests. Occasionally, certain tests for macOS will fail. Rerunning the...
### Description Prior to [Allow Retracking](#867), we did not allow any tracking on user instances. Since re-tracking enables users to run tracking on user instances, we now need to either...
### Description This is 1 of 2 or 3 expected PRs to fix re-tracking in SLEAP. This PR limits the GUI options for frames to "Predict On" to only sequential...
### Description Initial implementation of updating `Instance`s across "views" := frame at `frame_idx` for `Video`s in `RecordingSession`. This PR does not handle selectively updating selected points in an `Instance`, but...
### Description Add a `Labels.get_session` method that uses the `LabelsDataCache._session_by_video` dictionary to look-up a `RecordingSession` using a `Video`. ### Types of changes - [ ] Bugfix - [x] New feature...
### Description - add ability to group sets of videos that are synchronized -- dropdown column in videos table? something else? - - add `RecordingSession` data structure (and a few...
### Description - add sleap-anipose to deps - add camera group data structure -- basically pulls in the camera calibration toml file which is generated by sleap-anipose ### Types of...
### Description Previously, we only had a top-down predictor (which utilizes a centroid inference layer), but it might be beneficial to add a predictor for just the centroid say for...