1 Star 0 Fork 0

lr2000/多重攻击盲水印

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
guofei9987 提交于 2020-08-13 07:58 . version 0.4.0
language: python
python:
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install numpy==1.18.1
- pip install coverage codecov
- python setup.py install
# command to run tests
script:
- cd examples
- coverage run -p example_no_writing.py
- coverage run -p example_bit.py
- coverage run -p example_str.py
- coverage run -p example_img.py
- cp .coverage.* ..
- cd ..
# Push the results back to codecov
after_success:
- coverage combine
- codecov
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lr2001/blind_watermark.git
git@gitee.com:lr2001/blind_watermark.git
lr2001
blind_watermark
多重攻击盲水印
master

搜索帮助