1 Star 0 Fork 0

lightmoon/face_recognition

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eugene Duboviy 提交于 2018-08-16 23:29 . Add Python 3.7 version support
dist: trusty
sudo: required
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -qq cmake python-numpy python-scipy libboost-python-dev
- pip install git+https://github.com/ageitgey/face_recognition_models
install:
- pip install -r requirements.txt
- pip install tox-travis
script: tox
# Temporary for Python 3.7
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaoyinhua/face_recognition.git
git@gitee.com:zhaoyinhua/face_recognition.git
zhaoyinhua
face_recognition
face_recognition
master

搜索帮助