first commit: versions of CXX and python
This commit is contained in:
commit
3a602af354
|
|
@ -0,0 +1,6 @@
|
|||
# only pay attention to specific folders and files under them.
|
||||
*
|
||||
!test2_ort/
|
||||
!proj_deepface/
|
||||
!*.gitignore
|
||||
!readme.md
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
.git
|
||||
*.onnx
|
||||
tmp/
|
||||
onnx4Cpp/
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
lite.ai.toolkit 的自定义设计
|
||||
- 搭建ort架构
|
||||
- 人脸识别
|
||||
- 属性检测
|
||||
- 活体检测
|
||||
- 人脸检测
|
||||
Loading…
Reference in New Issue