DeepLabCut-live icon indicating copy to clipboard operation
DeepLabCut-live copied to clipboard

SDK for running DeepLabCut on a live video stream

Results 37 DeepLabCut-live issues
Sort by recently updated
recently updated
newest added

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

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

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

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and...

dependencies
python

Hi, I am trying to run the dlc_live.init_inference() step but am having some issues. I checked that my image (frame) was converted into a numpy array. When I run the...

hi. I am trying to install on Win10. in anaconda terminal I ran: ``` conda create -n dlc-live python=3.7 tensorflow==1.13.1 conda activate dlc-live pip install deeplabcut-live ``` all went smoothly....

I have used Deeplabcut GUI to train a model for poses of two rats, which includes three multi-animal-bodyparts and two unique-bodyparts. The model was tested in Deeplab GUI through a...