https://github.com/afuntw/pyqt5-binary-classifier
A simple tool for pre-labeling the image and classification
https://github.com/afuntw/pyqt5-binary-classifier
classifier labeling-tool pyqt5 python3
Last synced: 4 months ago
JSON representation
A simple tool for pre-labeling the image and classification
- Host: GitHub
- URL: https://github.com/afuntw/pyqt5-binary-classifier
- Owner: afunTW
- License: mit
- Created: 2018-04-08T06:36:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T07:38:25.000Z (over 7 years ago)
- Last Synced: 2025-05-03T19:40:03.440Z (9 months ago)
- Topics: classifier, labeling-tool, pyqt5, python3
- Language: Python
- Size: 19.5 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt5-binary-classifier
A simple tool for pre-labeling the image and classification

## Requirement
Please to install PyQt5 in you platform.
### Ubuntu
```
sudo apt-get install python3-pyqt5
```
## 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 '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