Install Labelme Toolkit

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

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

Download installation file (.whl)

If you have Labelme Pro, you can download the Labelme Toolkit file from below.

(sign-in required 🔒)

Install Labelme Toolkit

Once you have Python and the install file (*.whl), run the following command using pip:

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

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.