Liezl Maree

Results 136 comments of Liezl Maree

This issue has been resolved in the new release - install SLEAP v1.2.7 [here](https://sleap.ai/installation.html#conda-package).

## Relevant Code 1. Method to load overlays inside `MainWindow` class. https://github.com/talmolab/sleap/blob/2efae3d96e7c843a52b855c37be96fea9c6e2725/sleap/gui/app.py#L1139-L1179 2. Methods to plot trails inside `TrackTrailOverlay` class. https://github.com/talmolab/sleap/blob/2efae3d96e7c843a52b855c37be96fea9c6e2725/sleap/gui/overlays/tracks.py#L122-L170 3. Method where `TrackTrailOverlay.add_to_scene` is called https://github.com/talmolab/sleap/blob/2efae3d96e7c843a52b855c37be96fea9c6e2725/sleap/gui/app.py#L1331-L1355 4. Method...

This issue has been resolved in the new release - install SLEAP v1.2.7 [here](https://sleap.ai/installation.html#conda-package).

Oof, thanks for the heads up Stefan @olinesn. The problem seems to be that we do not prefer user instances in the `TrackTrailOverlay.get_track_trails` and instead assume that there is only...

## Observations - It does not matter which node/instance/frame was dragged outside the frame, the first point dragged after the event jumps to `(0, 0)` even if it is a...

TODO to make this usable: Add a flag to `sleap-train` called `--gpu auto` that uses this function to select the GPU with lowest memory usage. It would be then called...

Although we cannot test gpu features through github actions yet, I tested the new additions locally - they passed.

Hi @leonardolv, Thanks for confirming that this remains an issue! We will work on providing a more permanent fix. The `training_config.json` is used during inference and thus needs to be...

Hi @leonardolv, Can we solicit you for a sample video and model please? Thanks, Liezl

### Update: Bug located - creating PR + tests The problem was that we had a leftover line in `SizeMatcher` which effectively applied scaling twice when `wratio >= hratio`. Scaling...