pravirkr / pyqt5-3way-classifier

A simple tool for pre-labeling the image and classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cand_viewer

A simple tool for pre-labeling the image and classification

Requirement

  • PyQt5
  • Pandas

Ubuntu

sudo apt-get install python3-pyqt5 python3-pandas

Usage

usage: Binary Classifier building with PyQt5 [-h] --img-dir IMGDIR
                                             [--out OUTFILE]

optional arguments:
  -h, --help        show this help message and exit
  --img-dir IMGDIR
  --history HISTORY
  --out OUTFILE

Instruction

  • Press 'A' to label false
  • Press 'D' to label true
  • Press 'W' to label maybe
  • Press 'U' to undo
  • Press 'PageUp' goto previous unlabeled image
  • Press 'PageDown' goto next unlabeled image
  • Press 'Confirm' button to export label result as csv file

About

A simple tool for pre-labeling the image and classification

License:MIT License


Languages

Language:Python 100.0%