# 人脸识别-ffmpeg **Repository Path**: ye-fengrong/face-recognition-ffmpeg ## Basic Information - **Project Name**: 人脸识别-ffmpeg - **Description**: 基于dlib和ffmpeg的人脸识别 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于dlib和ffmpeg的人脸识别 + 系统依赖 ```text ffmpeg ffplay ``` + python依赖 ```text face_recognition==1.3.0 numpy==1.18.5 opencv_python==4.5.5.64 ```