Install Labelme Toolkit

You need to be a Pro member to access the full content of this.

You can install Labelme Toolkit via pip or binary (version 0.1.2 as of 2025-03-28).

Option 1: Install via pip

Labelme Toolkit requires Python in your system. If you haven't installed Python yet, follow "Install Python using Anaconda" first.

Download the Labelme Toolkit installation file from below (sign-in required):

Run pip command to install the downloaded file:

# NOTE: Adjust the version number
pip install labelme_toolkit-{VERSION}-py3-none-any.whl

Option 2: Intall via binary

Download the Labelme Toolkit binary from below (sign-in required):

Verify installation

If the installation is successful, you can verify the installation by running the following command:

labelmetk --version
labelmetk --help

If you see the version number and help message like below, the installation is successful.