Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
northumber authored Jan 15, 2024
1 parent 76519b6 commit 4cd4798
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ This script uses **Tensorflow** and **SSD Mobilenet V2 (COCO)** to recognize peo
- Images extension supported: .jpg, .jpeg, .png, .webp, .bmp
- Auto-crop a person if found
- If there is more than one person in the photo, it will create more photos
- Batch processing a input folder
- Option to save image in a specific format or save as input format

### Requirements
- Python 3.10 installed (with Python-pip)


## How to use
1. Download the repository
2. Just run the .bat or .sh scripts.
3. Just run the .bat or .sh scripts.
- If Windows: `run.bat`
- If Linux: `run.sh` (be sure to `chmod +x` the script)

Expand All @@ -43,4 +45,4 @@ If the automatic script does not work or if you want to use the python script di

5. Run the Python script `person_autocrop.py` with:

`python person_autocrop.py input_folder_path output_folder_path`
`python person_autocrop.py`

0 comments on commit 4cd4798

Please sign in to comment.