first commit: versions of CXX and python

This commit is contained in:
DiaosWang 2024-05-15 15:09:37 +08:00
commit 3a602af354
5 changed files with 29 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# only pay attention to specific folders and files under them.
*
!test2_ort/
!proj_deepface/
!*.gitignore
!readme.md

4
proj_deepface/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.git
*.onnx
tmp/
onnx4Cpp/

0
readme.md Normal file
View File

13
test2_ort/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# 不上传第三方的dll库
build/*
!build/lite.ai.toolkit/
build/lite.ai.toolkit/bin/MinSizeRel/*
build_pipe/*
!build_pipe/pipeline/bin/*.exe
!build_pipe/pipeline/bin/*.lib
!build_pipe/pipeline/bin/*.exp
# 不上传.git目录和onnx文件
.git/
*.onnx

6
test2_ort/readme.md Normal file
View File

@ -0,0 +1,6 @@
lite.ai.toolkit 的自定义设计
- 搭建ort架构
- 人脸识别
- 属性检测
- 活体检测
- 人脸检测