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

- [ ] Check DLCRNet model freezing - [ ] Add dependency on DLC?? `MultiAnimalDLCLive` can be instantiated e.g. as: ```python from dlclive.dlclive import MultiAnimalDLCLive live = MultiAnimalDLCLive( 'path_to_snapshot', n_animals=3,...

enhancement

Standing issue to track and consolidate documentation requests. Add additional requests by commenting below

documentation

Dear all, When running dlc_live.process_frame(frameDLC) I get error that it is shown in attached screenshot. I am working on windows 11 laptop. I really want someone to answer that. Thank...

Hi there, I'm working on a little **Blender addon** to make use of **DLC-Live** for **multi-animal** motion capture in foraging experiments where individuals freely enter and leave the scene. I'm...

enhancement
help wanted

Apparently one can -- if it crashes or something doesn't run -- end up with 0 runtime. Which is obviously nonsense: https://github.com/DeepLabCut/DLC-inferencespeed-benchmark/issues/6 I suppose, we could just initialize https://github.com/DeepLabCut/DeepLabCut-live/blob/d8acac6420a5d1c1a31f8f87f46d0227c9cb734f/dlclive/benchmark.py#L289 with...

enhancement

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. Release notes Sourced from protobuf's releases. Protocol Buffers v3.19.5 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...

dependencies

Hi Deeplabcut-Live developer I have ran Deeplabcut-live smoothly on NVIDIA GPU and now I have a computer setup that uses AMD GPU. According to the classic Deeplabcut installation guidance I...

Catches the problem of stacking multi-pose predictions that are all empty; in this case it returns empty poses as it would do for the single animal case. (Solves error also...