Tutorial for installation and use of Labelme (1)

tags: anaconda  

This article introduces the installation of Labelme, very simple

Foreword

: Labelme is often used to make image split data sets, and the function is more than Labelimg. The former is a variety of forms, while Labelimg can only carry out BOX labels. If you get the data set in YOLO format, Labelimg is recommended.

Installation process

Suppose you have already installed Anaconda, see my blog installationanaconda

1. Open Anaconda Prompt to create a virtual environment for labelme

conda create --name=labelme python=3.6//(I installed Python3.6x version)Create a labelme environment

2, activate the virtual environment

conda activate labelme

3, 3 instructions complete installation

pip install pyqt
pip install pillow
pip install labelme

If there is an error, it may be PIP to upgrade

python -m pip install --upgrade pip

4, complete the installation
Finally, enter the labelme test installation success or not
Note that you only need to open Anaconda PowerShell Prompt later
Activate the virtual environment firstconda activate labelme
Then enterlabelmeI.e.

Intelligent Recommendation

Labelme installation and use

From: https://blog.csdn.net/shwan_ma/article/details/77823281 Image semantic segmentation is a pixel-wise level of image classification operation. Its purpose is to put the same label on the same cate...

Windows labelme installation and use

1. Installation (1) Open anacoda prompt (2) Enter pip install pyqt5 pip install labelme   2. Use At the anaconda prompt, enter labelme Shortcut key previous picture: A Next picture: D Save: Ctrl+...

Installation and use of Labelme and LabelImg

LabelMe Annotate the dataset https://github.com/wkentaro/labelme Author: macox Terminal code installation: Run** labelme –help **for detail. Several kinds of errors: 1. The first Solution: vim ~...

Labelme installation and open and use

Reference blog: This blog screenshot: Reference document (should be an official document): Document screenshot: to sum up: Open Anaconda Prompt and enter the following command in turn. (My Base enviro...

Ubuntu labelme installation and use

1, installation Perform: in this virtual environment: 2, use To be added...

More Recommendation

Labelme installation fill and use

These blogs are quite good: Data label software labelme Problems encountered in Labelme AttributeError: module 'labelme.utils' has no attribute 'draw_label' Below is the author of the pen, to prevent ...

Labelme installation and use (Windows)

Introduction to label Picture labeling tool. It is written in Python and using QT as its graphics interface. Wikipedia: Labelme is a project created by MIT computer science and artificial intelligence...

Labelimg, labelme installation and use

1. InstallationlabelImg Labelimg is written in Python language, supporting Pascalvoc format and YOLO format. The two installation methods are introduced below Method 1: Download through the source cod...

Labelme installation and simple use

1. Windows 1. Like other environments, create a virtual environment labelme After finishing the figure, I have installed it before, so this is Labelme1 Active environment: 2. Install the dependent env...

Labelme installation and use of Win10

There are official tutorials on Github, and my download process is for your reference Github link:https://github.com/wkentaro/labelme Install and download anaconda and create an environment Before usi...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top