https://github.com/viewfacecore/seetaface6openbinary
SeetaFace6Open编译之后的二进制文件。
https://github.com/viewfacecore/seetaface6openbinary
Last synced: 9 months ago
JSON representation
SeetaFace6Open编译之后的二进制文件。
- Host: GitHub
- URL: https://github.com/viewfacecore/seetaface6openbinary
- Owner: ViewFaceCore
- License: mit
- Created: 2022-08-18T11:45:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T16:13:08.000Z (over 3 years ago)
- Last Synced: 2025-04-30T05:02:22.101Z (11 months ago)
- Language: C++
- Size: 48.1 MB
- Stars: 8
- Watchers: 0
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeetaFace6OpenBinary
SeetaFace6Open和ViewFaceBridge编译静态二进制文件。
包含操作系统以及平台:
| 平台 | 操作系统 | 路径 | 备注 |
| ------------ | ------------ | ------------ | ------------ |
| x64 | Windows | SeetaFace\build\bin\x64 | |
| x86 | Windows | SeetaFace\build\bin\x86 | |
| x64 | Linux | SeetaFace\build\lib64 | |
| ARM | Linux | SeetaFace\build\lib\arm | |
| ARM64 | Linux | SeetaFace\build\lib\arm64 | |
### 主要目录结构
```shell
.
├─CPU
│ ├─Bridges
│ │ ├─Linux
│ │ │ └─ViewFaceBridge
│ │ │ └─bin
│ │ │ ├─Debug
│ │ │ │ ├─ARM
│ │ │ │ ├─ARM64
│ │ │ │ └─x64
│ │ │ └─Release
│ │ │ ├─ARM
│ │ │ ├─ARM64
│ │ │ └─x64
│ │ └─Windows
│ │ └─ViewFaceBridge
│ │ └─bin
│ │ ├─Debug
│ │ │ ├─x64
│ │ │ └─x86
│ │ └─Release
│ │ ├─x64
│ │ └─x86
│ └─SeetaFace
│ └─build
│ ├─bin
│ │ ├─x64
│ │ └─x86
│ ├─cmake
│ ├─include
│ ├─lib
│ │ ├─arm
│ │ ├─arm64
│ │ ├─x64
│ │ └─x86
│ └─lib64
└─GPU
├─Bridges
│ └─Windows
│ └─ViewFaceBridge
│ └─bin
│ ├─Debug
│ │ └─x64
│ └─Release
│ └─x64
└─SeetaFace
└─index
└─build
├─bin
│ └─x64
├─cmake
├─include
└─lib
└─x64
```
### 如何使用
将`Bridges`或`SeetaFace`复制到项目`src`目录下面即可。提示替换时,可直接替换。
### 注意
GPU版本只支持Windows x64平台,其它平台未编译和测试,可以自行编译。编译工具链基于CUDA 11.8.0,使用GPU版本请先安装CUDA 11.8且需要显卡支持,应该最低需要GT 1030。