Talmo Pereira
Talmo Pereira
imgaug is woefully under-maintained and has an annoying dependency of opencv-python (instead of opencv-python-headless). This will break in future updates, so perhaps we should consider switching to albumentations, especially since...
### Description [describe your changes here] ### Types of changes - [ ] Bugfix - [ ] New feature - [ ] Refactor / Code style update (no logical changes)...
In Python 3.9+, it looks like cattrs breaks when structuring forward references. At the moment this only affects M1 Macs which will use Python 3.9 environments by default, but will...
**Checklist** - [x] I have searched related issues but cannot get the expected help. - [x] The bug has not been fixed in the latest version. **Describe the bug** Running...
# Bug description In #1623, we switched from imaug to albumentations for our augmentation backend (see also #648). This is mostly working, but using it in a real application resulted...
# Bug description As part of an experimental move to the latest version of TensorFlow available on Windows (v2.10), we are now facing an issue during inference. The logs below...
**TLDR:** Google Colab no longer works with TensorFlow 2.11ish. This is likely because of the CUDA/CuDNN versions. As of Dec 19, 2023 `nvidia-smi` reports: - Driver Version: 535.104.05 - CUDA...
Currently it looks like we're not appropriately handling duplicate tracks when merging. From the GUI, this crops up when we merge labels. From the API, the entrypoint is when you...
# Bug description Updating track identities by assigning instances to tracks does not update the seekbar header. ## Expected behaviour Seekbar header features should be recomputed after fixing identities. This...
### Description This PR changes the logic for how we handle empty outputs from the centroid model in top-down inference models. We now check for this condition and explicitly create...