1 Star 1 Fork 0

irishcoffeeguo/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/face_recognition.git
git@gitee.com:irishcoffeeguo/face_recognition.git
irishcoffeeguo
face_recognition
face_recognition
master

搜索帮助