项目作者: muzammilaz

项目描述 :
Image dataset labeling utility for image classification tasks
高级语言: Python
项目地址: git://github.com/muzammilaz/Labl.it.git
创建时间: 2018-05-31T09:03:49Z
项目社区:https://github.com/muzammilaz/Labl.it

开源协议:

下载


Labl.it

Image dataset labeling utility for image classification tasks

Main script at link

usage: main.py [-h] -k KEYWORDS -c CLASSES -s SHORTCUTS [-f FILENAME]

optional arguments:

-h, —help show this help message and exit

-k KEYWORDS, —keywords KEYWORDS

  1. keywords in the file path to be found, must be comma-separted if
  2. more than 1 Eg. class1,positve,png or
  3. class2,negative,jpg

-c CLASSES, —classes CLASSES

  1. names of target classes to be used, must be comma-
  2. separted and mentioned ordinally (as we'll use 0 for
  3. first class, 1 for second and so on) . Eg. dog,cat or
  4. abnormal,normal

-s SHORTCUTS, —shortcuts SHORTCUTS

  1. keyboard shortcuts to be used to trigger label
  2. buttons, must be comma-separted and in same order as
  3. the classes in -c argument. Eg. d,g (for dog,cat) or
  4. a,n (for abnormal,normal)

-f FILENAME, —filename FILENAME

  1. filename used to save the final label files, filename
  2. must be given without extension (mylabel for
  3. mylabels.csv). if this argument is empty, default name
  4. is "labels.csv"