@@ -9,9 +9,9 @@ __pycache__
dist
datasets
.idea
-data
+tests/data
watermark_codec.egg-info
-run
+tests/run
# -------------------------------------------------------------------------------------------------------------------- #
*.jpg
*.png
@@ -1,5 +1,4 @@
-exclude data
exclude model
-exclude run
+exclude tests
exclude .gitignore
exclude README.md
@@ -16,7 +16,7 @@ watermark_codec_pkg
├── model_decoder.py # 白盒水印解码器
├── model_encoder.py # 白盒水印编码器
└── tool # 工具脚本文件夹
- ├── secret_func.py # 密码标签生成验证工具mock
+ ├── __init__.py
├── str_convertor.py # 字符串转换
└── tensor_deal.py # 张量处理