A pyqt tool to effectively review images & move them to specific directory.
- 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
-
Clone this repository
-
Install pyqt5 using
pip install pyqt5
-
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
..
├── img_path
│ ├──img1.png
│ ├──img2.png
│ ├──img3.png
│ └── ...
├── good
├── average
├── poor
└── fail
- Made with python and pyqt.
- chicken image: Brian Chan on Unsplash
This repository is licensed under the MIT License.