1. Open Terminal.app.

    2023-08-06_00-25.png

  2. Install required software.

    1. Check if Python3 is installed.

      python3 --version
      

      Untitled

      <aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" /> If not installed, please follow this guide in “The Hitchhiker’s Guide to Python”.

      </aside>

    2. Install labelme Python package.

      python3 -m pip install -I git+https://github.com/wkentaro/labelme.git#egg=labelme
      

      Untitled