# yq **Repository Path**: sixqaq/yq ## Basic Information - **Project Name**: yq - **Description**: 人脸相似度比对、图片信息录入 模块。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-02-08 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概述 人脸相似度比对模块、信息录入模块。 `models`中为模型。 `test_resource`中为测试用资源。 ## 依赖: 1. OpenCV 4 - 便携包:[https://github.com/sixsixqaq/opencv4-dev.git](https://github.com/sixsixqaq/opencv4-dev.git) 2. seetaface6 - 便携包:[https://github.com/sixsixqaq/seetaface6-dev.git](https://github.com/sixsixqaq/seetaface6-dev.git) ## 编译 ```shell mkdir build && cd build cmake ../ make ``` ## 运行 ```shell cd bin ./main #(需要同级目录下有models文件夹) ./test #(需要同级目录下有models、test_resource) ```