偵測照片中的一個人臉並裁剪成方形的頭像。
- Python 3.3+ or Python 2.7
- macOS or Linux (Windows not officially supported, but might work)
安裝 Pillow 、 Face_Recognition 等套件:
pip install Pillow
pip install face_recognition
若安裝face_recognition的時候遇到scipy問題的時候,建議可使用以下方法:
pip install --ignore-installed face_recognition
使用 python3 安裝
pip3 install Pillow
pip3 install face_recognition
先把未裁減的照片兒放到photos資料夾,然後執行以下指令:
python caddiePhotoCropper.py
python3 caddiePhotoCropper.py