| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GUI to run DeepLabCut-Live on a video feed, preview and record from one or multiple cameras, and optionally record external timestamps and processor outputs.
The GUI has been modernized and is now built with PySide6 (Qt) (replacing tkinter).
The new interface supports multi-camera preview with a tiled display, PyTorch models, and features improved interactive workflows for experimental use.
Find the full documentation at the DeepLabCut docs website
deeplabcut-live-gui 2.0 is now available on PyPI.
To get the latest version, please follow the instructions below.
uv venv -p 3.12 dlclivegui
# Linux/macOS:
source dlclivegui/bin/activate
# Windows (Command Prompt):
.\dlclivegui\Scripts\activate.bat
# Windows (PowerShell):
.\dlclivegui\Scripts\Activate.ps1You may install PyTorch or TensorFlow extras (or both), but you must choose at least one to run inference.
uv pip install --pre deeplabcut-live-gui[pytorch]uv pip install --pre deeplabcut-live-gui[tf]conda create -n dlclivegui python=3.12 # or mamba
conda activate dlcliveguipip install --pre deeplabcut-live-gui[pytorch]pip install --pre deeplabcut-live-gui[tf]Tip
For GPU/CUDA support specifics and framework compatibility, please follow the official PyTorch/TensorFlow install guidance for your OS and drivers.
After installation, start the application with:
dlclivegui # in conda/mamba
# OR:
uv run dlcliveguiImportant
Activate your venv/conda environment before launching so the GUI can access installed dependencies.
The new GUI supports one or more cameras.
Typical workflow:
Note
OpenCV-compatible cameras (USB webcams, OBS virtual camera) work out of the box. For additional camera ecosystems (Basler, GenTL, Aravis, etc.), see the relevant documentation.
If you use this code, we kindly ask you to please cite:
This project is under active development — feedback from real experimental use is highly valued.
Please report issues, suggest features, or contribute here on GitHub.
| Back | FazBrowse Home | New Git URL |