3. Load annotated file with Python

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

Prepare an annotated file

Prepare one you want to use. This guide uses the one created in the previous guide.

Follow the previous guide "2. Open and edit annotated file" to create an annotated file, or download it from:

Download the edited file:

dogs_edited.json (870 KB)

Install Labelme using Terminal

Since we do a coding with Python here, we will need Labelme installed via terminal. If you haven't, install Python and Labelme following: "Install Labelme using Terminal".

Create a Python script

Open a text editor and create a Python script load_annotated.py:

If you're a Starter or Pro member, sign in 🔒️ to read the rest of the guide. Or check our plans if you don't have them yet.

You will see the image and annotations visualized in a window.

Next guide:

"4. Export annotated file to PNG"