Liezl Maree
Liezl Maree
With some changes to our dependencies from this [commit](https://github.com/talmolab/sleap/commit/eb147646a79d057b508d7cbfa8f4c5e158601104) (PR [#1623](https://github.com/talmolab/sleap/pull/1623)), we now have less restrictions on the version/flavor of `opencv` that is pulled in from our dependencies. Which is...
The random access seeking issue has been longstanding and a major pain point. We often [tell our users to reencode their videos](https://sleap.ai/help.html#does-my-data-need-to-be-in-a-particular-format), but this is a pain, increases disk footprint,...
### Description This PR aims to add a method to match instances across views (without knowing `Track`s). ### Types of changes - [ ] Bugfix - [x] New feature -...
### 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 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...