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

SDK for running DeepLabCut on a live video stream

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

Hello everyone! I am attempting to determine the framerate at which my machine can process videos with deeplabcut live by calling the dlclive.benchmark_videos() function. I can successfully run this function...

Sorta orthogonal duplicate related to https://github.com/DeepLabCut/DeepLabCut-live/pull/110 , thought it was worth a separate PR because it's sorta different from deciding on the tf cap, but involves it. so this probably...

Fix: https://github.com/DeepLabCut/DeepLabCut-live/issues/112 hi mathis(es), lab(s), and friends, miss u. about to close up shop for the day and thought i'd tick through a few low hanging fruit notifs. hope u...

one last thing while i'm still touching this package - didn't realize that people were using the benchmark functions so much. might as well let their editor help them debug...

Based on https://github.com/DeepLabCut/DeepLabCut-live/pull/115 (merge this after that, or else merge whatever replaces that into this, so leaving as draft) Fix: https://github.com/DeepLabCut/DeepLabCut-live/issues/111 hopefully straightforward enough :)

See #103. Cannot foresee all possible side implications (windows eg), but this would be a useful change, as google colab now ships tf 2.15, and installing dlc live first re-installs...

Hi! I'm trying to use DeepLabCut-live with "tensorrt" as the model_type. Running the below minimum example works when model_type="base", but not "tensorrt". I exported the dlc model using deeplabcut.export_model(). Exporting...

using py-cpuinfo-9.0.0 whit benchmark I got thee following error ``` dev = [get_cpu_info()["brand"]] KeyError: 'brand' ``` I solve it by installing an older versione `pip install py-cpuinfo==5.0.0`

Hello, in the example line provided in the README.md file there is an error: `dlclive.benchmark_videos('/path/to/exported/model', ['/path/to/video1', '/path/to/video2'], output='/path/to/output', resize=[1.0, 0.75, '0.5'])` the problem is the '0.5' as to be 0.5...

Hi, I'm trying to install deeplabcut-live and benchmark my system. After running pip install deeplabcut-live, which seemed to run completely, I tried running dlc-live-test and got the below traceback error....