Talmo Pereira

Results 38 issues of Talmo Pereira

We should add something in the docs about adding the CUDA paths manually to get around the annoying [TensorFlow-not-finding-CUDA issue](https://github.com/tensorflow/tensorflow/issues/52988): ``` conda activate sleap conda env config vars set LD_PRELOAD=$CONDA_PREFIX/lib/libcudart.so:$CONDA_PREFIX/lib/libcublas.so:$CONDA_PREFIX/lib/libcublasLt.so:$CONDA_PREFIX/lib/libcufft.so:$CONDA_PREFIX/lib/libcurand.so:$CONDA_PREFIX/lib/libcusolver.so:$CONDA_PREFIX/lib/libcusparse.so:$CONDA_PREFIX/lib/libcudnn.so...

documentation

A user reported a potential bug when running single frame inference in a multi-video project where predicting on the current frame in the first video works fine, but predicting on...

bug
april-2025-hackathon

[AV1](https://trac.ffmpeg.org/wiki/Encode/AV1) is a new modern video compression codec that may be an appealing option for use in acquisition systems, so we should prioritize supporting it as both we and others...

enhancement
april-2025-hackathon

It's sometimes desirable to have the ability to select the max number of instances that a multi-instance model will return. Currently, we implement this through tracking, but sometimes we might...

enhancement

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

In - #1843 , we add functionality to address the need in - #1847 . Once we update our Python versions: - #1841 , let's switch to using [`showinfilemanager`](https://github.com/damonlynch/showinfilemanager) which...

enhancement
good first issue

### Discussed in https://github.com/talmolab/sleap/discussions/1830 Originally posted by **talmo** June 26, 2024 The user preferences get saved in a user data directory that's OS dependent. It would be handy to have...

## Essential pre v1.4.1 release - [x] #2050 - Related: - [bonsai-sleap](https://github.com/bonsai-rx/sleap) - [this comment](https://github.com/bonsai-rx/sleap/pull/21#issuecomment-2121562911) - #1626 - #1542 - #1294 - [ ] Supervised ID workflow guide (example [data](https://storage.googleapis.com/sleap-data/reference/flies13/190719_090330_wt_18159206_rig1.2%4015000-17560.mp4);...

documentation
april-2025-hackathon

# Bug description When zooming in using the scroll gesture on the touchpad (and probably using the mouse too), the GUI will crash in v1.4.1a1 but not v1.3.3. Notably, this...

bug
fixed in future release

**Is your feature request related to a problem? Please describe.** For many analyses, it's super nice to have a way to align the animal such that the centroid is at...

enhancement