Skip to content

bugpigg/move_image_easily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A pyqt tool to easily review images.

Topics

Resources

License

Stars

Watchers

Forks

Languages