Liezl Maree

Results 41 issues of 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

# 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...

bug
stale but not fixed
open pr

**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...

enhancement

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...

enhancement

# 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...

bug
fix in future release

### Description Very similar steps to `SessionsTable` (#1654) and `CamerasTable` (#1671) (to be filled in), except for these few items: - [ ] Add a dictionary `{linked: ..., unlinked: ...}`...

MultiView Stack

### 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: - [ ]...

MultiView Stack

### Description This PR adds and implements the `InstanceGroup` datastructure and should be used to update `InstanceGroup`. ### Types of changes - [ ] Bugfix - [x] New feature -...

MultiView Stack

### Description This PR makes use of the `FrameGroup` and `InstanceGroup` classes and uses them for triangulation. ### Types of changes - [ ] Bugfix - [x] New feature -...

MultiView Stack

### 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...

MultiView Stack