Installation¶
Option 1: Use Pre-Built Binaries¶
Pre-built binaries for macOS, Windows, and Linux are available on GitHub Releases:
- https://github.com/OpenSportsLab/VideoAnnotationTool/releases
Download the asset for your platform and run it directly.
Option 2: Install From Source¶
Requirements¶
- Python 3.12 recommended
- A working Qt multimedia backend (installed with PyQt6)
Create and activate an environment:
Install dependencies:
Run the app:
Optional Setup¶
- Hugging Face access for gated datasets:
- If some videos fail to decode, install FFmpeg and transcode unsupported files to H.264 MP4 (see Troubleshooting).