1 Star 0 Fork 0

智能控制实验室/avod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Ku 提交于 2018-03-07 15:30 . Commit for public release
dist: trusty
sudo: required
group: edge
language: python
python:
- "3.5"
cache: pip
install:
# install protobuf
- sudo bash scripts/install/travis_install.bash
# install python dependencies
- pip install -r requirements.txt
- pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.3.0-cp35-cp35m-linux_x86_64.whl
# install c++ lib for wavedata
- sudo bash scripts/install/build_integral_image_lib.bash
before_script:
- git submodule init
- git submodule update
- export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/wavedata
- sudo protoc avod/protos/*.proto --python_out=.
script:
- python scripts/preprocessing/travis_test_preprocessing.py
- python -m unittest discover -b --pattern "*_test.py"
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aiacLab/avod.git
git@gitee.com:aiacLab/avod.git
aiacLab
avod
avod
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385