SOLRICKS/human-face-filter-tool
收藏资源简介:
Human Face Filter Tool 是一个本地数据集清理工具,用于检测和分离包含人脸的图像。它通过OpenCV YuNet人脸检测技术扫描本地数据集文件夹,并将检测到人脸的图像移动到单独的文件夹中。该工具适用于需要在数据集上传或使用前过滤掉人脸图像的工作流程,支持常见图像格式如JPG、PNG、WEBP、BMP和TIFF,并使用严格的地标几何检查以减少误报。默认行为是移动文件而非删除,以确保数据安全。
The Human Face Filter Tool is a local dataset cleaning tool for detecting and separating images that contain human faces. It scans a local dataset folder using OpenCV YuNet face detection and moves images with detected human faces into a separate folder. The tool is designed for dataset preparation workflows where human face images should be filtered out before uploading or using the cleaned dataset. It supports common image formats such as JPG, PNG, WEBP, BMP, and TIFF, and uses strict landmark geometry checks to reduce false positives. By default, files are moved rather than deleted for safety.




