Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.28 KB

README.md

File metadata and controls

64 lines (45 loc) · 1.28 KB

Review image easily

A pyqt tool to effectively review images & move them to specific directory.

Demo

Features

  • Prev, Next : show previous, next image
  • Good, Average, Poor, Fail : move the current image to each directory
  • Go, Stop : show next image automatically after 2 seconds
  • CSV Save : save the list of "Fail" images in CSV format
  • Search : move to the image at the input index

Installation & Usage

  1. Clone this repository

  2. Install pyqt5 using pip install pyqt5

  3. Type python main.py

    You can specify

    • directory of images to review
    • paths to save CSV files
    • image type
    # example
    python main.py --img_path=path/to/your/imgs --csv_path=path/to/save/CSV --type=png

Directory stucture

..
├── img_path
│     ├──img1.png
│     ├──img2.png
│     ├──img3.png
│     └── ...
├── good
├── average
├── poor
└── fail

Techs

  • Made with python and pyqt.

Reference

License

This repository is licensed under the MIT License.