10 Star 102 Fork 37

CV_Lab / FaceLabeling

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
代码阿尔法 提交于 2022-07-20 10:29 . v0.2.2 update
# 图片
*.jpg
*.jpeg
*.png
*.JPG
*.JPEG
*.PNG
# 文本
*.xml
*.txt
*.json
*.csv
*.yaml
# 视频
*.mp4
*.avi
*.mov
*.MOV
# 模型文件
*.pt
*.pth
*.onnx
# 压缩文件
*.zip
*.tar
*.tar.gz
*.rar
# 日志文件
*.log
*.data
!data/imgs/*
!data/videos/*
/util/__pycache__
/test
/bak
/darkface_test
/img_test
/video
/video02
!requirements.txt
!.pre-commit-config.yaml
test.py
test*.py
Python
1
https://gitee.com/CV_Lab/face-labeling.git
git@gitee.com:CV_Lab/face-labeling.git
CV_Lab
face-labeling
FaceLabeling
master

搜索帮助