CLI tool to crop people from images using YOLOvX
Project description
YOLOv8 Person Cropping Tool
This tool uses YOLOv8 to detect and crop persons from images. It's designed to process multiple images, optionally searching recursively through directories, and can crop either the largest detected person or all detected persons in each image.
Features
- Uses YOLOv8 for accurate person detection
- Supports multiple YOLOv8 models (yolov8x.pt, yolov8m.pt, yolov8s.pt)
- Processes images in parallel for faster execution
- Allows recursive directory search
- Option to crop all detected persons or just the largest one
- Adds customizable margin to cropped images
- Saves images with no detected persons in a separate directory
- Option to remove small images after processing
Installation
- Clone this repository
- Install the required dependencies:
pip install ultralytics rich typer opencv-python
- Ensure you have the YOLOv8 models in your home directory under a
yolov8
folder.
Usage
Run the script using the following command:
python main.py [OPTIONS]
Options
--margin-percentage INTEGER
: Margin percentage for bounding box (default: 3, recommended range: 0-10)--model-size INTEGER
: Model size (default: 640, recommended: 320, 640, or 1280)--model TEXT
: YOLOv8 model to use (options: yolov8x.pt, yolov8m.pt, yolov8s.pt)--recursive / --no-recursive
: Search for images recursively (default: False)--crop-all / --no-crop-all
: Crop all detected persons instead of just the largest (default: False)
How it works
- The script prompts you to select an input directory.
- It processes all images in the selected directory (and subdirectories if recursive option is enabled).
- Detected persons are cropped from the images with the specified margin.
- Cropped images are saved in a 'cropped' subdirectory within the input directory.
- Images with no detected persons are saved in a 'no-person' subdirectory.
- After processing, you have the option to remove small images based on a size threshold.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crop_people_cli-1.4.2.tar.gz
(76.3 kB
view details)
Built Distribution
File details
Details for the file crop_people_cli-1.4.2.tar.gz
.
File metadata
- Download URL: crop_people_cli-1.4.2.tar.gz
- Upload date:
- Size: 76.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acb21f2aa1e40efd8dc9b3cf8c17461f061e085e7f2198fe66981ba3af28810a |
|
MD5 | 06fc06028dcaa35aa2fa31a1ce1a5c1b |
|
BLAKE2b-256 | ced0a2cf05fc8bd4386baeec907cc4f2005dfb7536a2c68cdeae35cc3090c564 |
File details
Details for the file crop_people_cli-1.4.2-py3-none-any.whl
.
File metadata
- Download URL: crop_people_cli-1.4.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3997354ee2f569172e3826d6e90b8e3cf1e789dd3f0a47b7d2b76e1018be7341 |
|
MD5 | 4882a56fa6f88c6f384a15da2c7477df |
|
BLAKE2b-256 | 74dcc8b4ca9d1465cc88d03e7cb10b7a525d2cbc35bd5d49af45dc9501ded483 |