Installation
There are three ways to install AnyLabeling.
1. Install from PyPI
pip install anylabelingOr with GPU support:
pip install anylabeling-gpuRun AnyLabeling:
anylabeling2. Install from binary distribution
Download the latest binary distribution from Releases (opens in a new tab).
Note: Choose versions with -GPU for GPU support.
3. Install from source
git clone https://github.com/vietanhdev/anylabeling
cd anylabeling
pip install .Run AnyLabeling:
anylabeling