Artur
Artur
Hi all, i have troubles to run sorting in docker containers for Kilosort 3 but also Kilosort 2.5 If i just run the sorter with docker_image=True ``` installation_mode='auto' switching to...
**Describe the bug** When running the code example below. I get `jaxlib.xla_extension.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 3199993600 bytes.` `2025-05-18 21:59:55.086788: W external/xla/xla/tsl/framework/bfc_allocator.cc:310] Allocator (GPU_0_bfc) ran out...
Addresses issue #137 with a quick-and-dirty trick: when low-confidence prediction from detector -> pass a tensor of zeros to the pose model instead of raw frame. This way this frame...
Concerns the DLC3-pytorch branch [maxim/dlclive3](https://github.com/DeepLabCut/DeepLabCut-live/tree/maxim/dlclive3) When trying to run rtmpose models or other models with a detector on top, i saw that DLCLive crashes at certain frames. Looking more into...
This PR supercedes the https://github.com/DeepLabCut/DeepLabCut-live-GUI/pull/34 Compared to the previos PR this: - changed the pqt bindings to pyside6 - added simultaneuos multicamera support (with multiple backends) - added h265 hardware...