Annotation tools labelimg and labelme

Rectangular Callout tool: labelimg

Polygon standard tools: labelme

 

The former official website released the executable file, which is only python source code, if you need to compile windows exe, it can be:

pip install labelme

Then run labelme ensure that the program can perform normal

Download Source:

cd  D:\github\wkentaro\labelme-3.16.7

pip install .

pip install pyinstaller

pyinstaller labelme.spec

Guess you like

Origin www.cnblogs.com/wjx0912/p/12155155.html