henryliangt / usyd

0 stars 0 forks source link

survey of labeling software #58

Open henryliangt opened 1 year ago

henryliangt commented 1 year ago

label studio

activate usydmed

pip install label-studio

label-studio start

installation based on python, sqlite, a bit more difficult to install. browser based operation.

image

henryliangt commented 1 year ago

VGG Image Annotation Tool

javascript CSS in a webpage. no need installation.

image

henryliangt commented 1 year ago

VoTT install by .exe file.

quite easy to setup and use.

image

henryliangt commented 1 year ago

labelImg

recomended by Charis,

Installation: pip3 install labelImg Startup: labelImg

Features:

  1. we can open images in a whole folder.
  2. zoom in, zoom out, single class setting, or multi class. we can draw square.
  3. data saved in XML files.

disadvantage: installation based on python, not windows installation pack.

image