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

`brand` field in `py-cpuinfo` package was renamed to `brand_raw` on Apr 5, 2019. See this [commit](https://github.com/workhorsy/py-cpuinfo/commit/419e82e17b885f324ee3a66cbfb0cc479418987a).

I have noticed that there is an issue with tracking near the edge of the frames. When displaying keypoints it looks like they become clipped on one side of the...

bug

I have found a bug when using DLClive on windows. When you click on "browse" in the DLClive GUI (ie. to search for a folder to load a model or...

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

https://github.com/DeepLabCut/DeepLabCut-live/blob/427c12609307ef685e4193c91026567308820cbe/dlclive/benchmark.py#L40 this is due to a catastrophic loss at Harvard; it will need updated. @AlexEMG I believe this is what it should contain ... can you confirm? which, I believe,...

This PR continues the work started in https://github.com/DeepLabCut/DeepLabCut-live/pull/121, which was left incomplete. Specifically: - It merges the _main_ branch, thus solving the current conflict in https://github.com/DeepLabCut/DeepLabCut-live/pull/121 with main - It...

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

dependencies
python

This pull requests updates DeepLabCut-Live for models exported with DeepLabCut 3.0. TensorFlow models can still be used, and the code is siloed so that only the engine used to run...

DLC 3.0 🔥

Hi, I am using DLC-Live's base Camera class to write a class for Teledyne's Genie Nano M2020 camera. I've initiated the camera, started acquisition, and enabled a raw readout. According...