Releases: northumber/person_autocrop
Releases · northumber/person_autocrop
1.2.1
1.2.0
- Deleted asking input/output folder form run.bat / run.sh and moved directly in Python script
- Now the script will run manually by using: python person_autocrop.py
- Added option to save files to a specific format or save as input
- Changed some LOG texts
1.1.0
- Changed
requirements.txt
file,tensorflow
->tensorflow[and-cuda]
| Solved GPU problems on Linux - Removed spurious characters on
run.sh
file, now works on Linux - In
person_autocrop.py
usedrequests
instead ofgdown
to download the model - Solved the problem of too-tight crop on persons by adding a 10% more crop area
- Autocheck +10% crop area in each direction and adapt
1.0.0
First release.