# face_detect **Repository Path**: zeso/face_detect ## Basic Information - **Project Name**: face_detect - **Description**: 一个用来识别人脸,然后截取图像做一寸照片的工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-06-15 - **Last Updated**: 2026-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 脸部识别并裁剪成一寸照片大小工具 ## 使用方法 1. 保证在根目录下面存在soruce, output, handle这三个文件夹; 2. 将需要处理的图片放入source文件夹中,source文件夹中支持多级目录; 3. 使用python执行tools.py脚本 ## python库依赖 主要依赖PIL库,windows下可以使用pip install Pillow来安装