Liezl Maree
Liezl Maree
# Bug description Inference cannot run on `SingleImageVideo` backend through GUI if select any options other than "Predict On:" `nothing`, `user labeled frames`, or `suggested frames`. The workaround is to...
# Bug description When attempting to Predict > Visualize Model Outputs... an error occurs. ## Expected behaviour The confidence maps used in training will be plotted/visualized. ## Actual behaviour An...
**Preface & Problem** A good amount of SLEAP users have videos which contain stationary subsections within the frame corresponding to unique instances. For example, consider a zoom video where each...
It would be a great thing to have a benchmark script which users could run with a common set of models on a common set of videos and produce sharable...
# Bug description In the Labeling Suggestions dialog, when attempting to generate suggestions on the "current video" (as opposed to "all videos"), the suggestions are never returned and we see...
### Description Very similar steps to `SessionsTable` (#1654) and `CamerasTable` (#1671) (to be filled in), except for these few items: - [ ] Add a dictionary `{linked: ..., unlinked: ...}`...
### Description This PR adds the `FrameGroup` class which is akin to a `LabeledFrame` but across all views in a `RecordingSession`. The tasks to do here are: - [ ]...
### Description This PR adds and implements the `InstanceGroup` datastructure and should be used to update `InstanceGroup`. ### Types of changes - [ ] Bugfix - [x] New feature -...
### Description This PR makes use of the `FrameGroup` and `InstanceGroup` classes and uses them for triangulation. ### Types of changes - [ ] Bugfix - [x] New feature -...
### Description This is a pretty large PR that aims to do a few high-level GUI tasks: - [x] Add a `SessionsDock` (for all/most `RecordingSession`-related GUI items) - [x] Allow...