We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone https://github.com/FlashVision/FlashTrack.git cd FlashTrack pip install -e ".[all]"
# Core only (tracking + training) pip install -e . # With ONNX export pip install -e ".[export]" # With analytics (matplotlib, pandas) pip install -e ".[analytics]" # Development (testing, linting) pip install -e ".[dev]"
flashtrack check
This verifies:
cd docker docker compose up --build