# ArcFace_opencv **Repository Path**: tianwang/ArcFace_opencv ## Basic Information - **Project Name**: ArcFace_opencv - **Description**: 使用opencv打开摄像头实时检测人脸demo - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2018-02-10 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArcFace_opencv 使用opencv打开摄像头实时检测人脸demo usage: ``` git clone https://gitee.com/tianwang/ArcFace_opencv cd ArcFace_opencv/src cmake . make ```