Jelajahi Sumber

Merge branch 'master' into test

liyan 1 tahun lalu
induk
melakukan
7a55c5e1cf
3 mengubah file dengan 4 tambahan dan 5 penghapusan
  1. 2 2
      .gitignore
  2. 1 2
      MANIFEST.in
  3. 1 1
      README.md

+ 2 - 2
.gitignore

@@ -9,9 +9,9 @@ __pycache__
 dist
 datasets
 .idea
-data
+tests/data
 watermark_codec.egg-info
-run
+tests/run
 # -------------------------------------------------------------------------------------------------------------------- #
 *.jpg
 *.png

+ 1 - 2
MANIFEST.in

@@ -1,5 +1,4 @@
-exclude data
 exclude model
-exclude run
+exclude tests
 exclude .gitignore
 exclude README.md

+ 1 - 1
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  # 张量处理