2 Star 1 Fork 0

DavidH/blind_watermark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
guofei9987 提交于 2020-08-20 00:58 . Feature: now string can be watermark
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 origin_bit.py
- coverage run -p origin.py
- coverage run -p origin_str.py
- cp .coverage.* ..
- cd ..
# Push the results back to codecov
after_success:
- coverage combine
- codecov
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acme_xxyqsy_18857968988/blind_watermark.git
git@gitee.com:acme_xxyqsy_18857968988/blind_watermark.git
acme_xxyqsy_18857968988
blind_watermark
blind_watermark
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385