1 Star 0 Fork 0

癯仙 / face_recognition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '2.3'
services:
face_recognition:
image: face_recognition
container_name: face_recognition
working_dir: /face_recognition/examples
build:
context: .
#Uncomment this line to run the example on the GPU (requires Nvidia-Docker)
# dockerfile: Dockerfile.gpu
command: python3 -u find_faces_in_picture_cnn.py
volumes:
- ./:/face_recognition
#Uncomment this line to run the example on the GPU (requires Nvidia-Docker)
# runtime: nvidia
1
https://gitee.com/linhahaeve/face_recognition.git
git@gitee.com:linhahaeve/face_recognition.git
linhahaeve
face_recognition
face_recognition
master

搜索帮助