Skip to content

Commit 2a6f067

Browse files
Resolve issue, update README.md
1 parent 1ab2944 commit 2a6f067

21 files changed

Lines changed: 114 additions & 28 deletions

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: meta
5151
uses: docker/metadata-action@v5
5252
with:
53-
images: millionmillionli/aigc-identification-toolkit
53+
images: millionmillionli/aigc-watermark-toolkit
5454
tags: |
5555
# 始终使用 latest 标签
5656
type=raw,value=latest
@@ -86,9 +86,9 @@ jobs:
8686
echo "" >> $GITHUB_STEP_SUMMARY
8787
echo "**拉取镜像:**" >> $GITHUB_STEP_SUMMARY
8888
echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
89-
echo "docker pull millionmillionli/aigc-identification-toolkit:latest" >> $GITHUB_STEP_SUMMARY
89+
echo "docker pull millionmillionli/aigc-watermark-toolkit:latest" >> $GITHUB_STEP_SUMMARY
9090
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
9191
echo "" >> $GITHUB_STEP_SUMMARY
92-
echo "**DockerHub 链接:** [millionmillionli/aigc-identification-toolkit](https://hub.docker.com/r/millionmillionli/aigc-identification-toolkit)" >> $GITHUB_STEP_SUMMARY
92+
echo "**DockerHub 链接:** [millionmillionli/aigc-watermark-toolkit](https://hub.docker.com/r/millionmillionli/aigc-watermark-toolkit)" >> $GITHUB_STEP_SUMMARY
9393
echo "" >> $GITHUB_STEP_SUMMARY
9494
echo "**提交 SHA:** \`${{ github.sha }}\`" >> $GITHUB_STEP_SUMMARY

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ CLAUDE.md
9999
GEMINI.md
100100
temp/
101101
class/
102-
*.pdf
102+
# *.pdf
103+
materials/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ====================================
2-
# AIGC-Identification-Toolkit Docker配置
2+
# AIGC-Watermark-Toolkit Docker配置
33
# 多模态水印Benchmark系统
44
# ====================================
55

README.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
## 📑 目录
5454

55+
- [效果展示](#效果展示)
5556
- [开始使用](#开始使用)
5657
- [安装](#安装)
5758
- [使用方法](#使用方法)
@@ -62,6 +63,40 @@
6263

6364
---
6465

66+
## 🎬 效果展示
67+
68+
### 图像标识效果
69+
70+
<table>
71+
<tr>
72+
<th align="center">原始图像</th>
73+
<th align="center">隐水印图像</th>
74+
<th align="center">显式标识图像</th>
75+
</tr>
76+
<tr>
77+
<td align="center"><img src="docs/assets/demo/original_image.png" width="260"/></td>
78+
<td align="center"><img src="docs/assets/demo/watermarked_image.png" width="260"/></td>
79+
<td align="center"><img src="docs/assets/demo/visible_marked_image.png" width="260"/></td>
80+
</tr>
81+
</table>
82+
83+
### 视频标识效果
84+
85+
<table>
86+
<tr>
87+
<th align="center">原始视频</th>
88+
<th align="center">隐水印视频</th>
89+
<th align="center">显式标识视频</th>
90+
</tr>
91+
<tr>
92+
<td align="center"><video src="docs/assets/demo/original_video.mp4" width="260" controls></video></td>
93+
<td align="center"><video src="docs/assets/demo/watermarked_video.mp4" width="260" controls></video></td>
94+
<td align="center"><video src="docs/assets/demo/visible_marked_video.mp4" width="260" controls></video></td>
95+
</tr>
96+
</table>
97+
98+
---
99+
65100
## 开始使用
66101

67102
### 安装
@@ -71,8 +106,8 @@
71106
1. 克隆仓库
72107

73108
```bash
74-
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Identification-Toolkit.git
75-
cd AIGC-Identification-Toolkit
109+
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Watermark-Toolkit.git
110+
cd AIGC-Watermark-Toolkit
76111
```
77112

78113
2. 安装核心依赖
@@ -119,7 +154,7 @@
119154

120155
1. 拉取镜像
121156
```bash
122-
docker pull millionmillionli/aigc-identification-toolkit:latest
157+
docker pull millionmillionli/aigc-watermark-toolkit:latest
123158
```
124159

125160
2. 运行容器
@@ -132,7 +167,7 @@
132167
-e PYTHONPATH=/app \
133168
-e CUDA_VISIBLE_DEVICES=0 \
134169
--restart unless-stopped \
135-
millionmillionli/aigc-identification-toolkit:latest \
170+
millionmillionli/aigc-watermark-toolkit:latest \
136171
tail -f /dev/null
137172
```
138173

README_EN.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ This project provides an all-in-one open-source identification toolkit. Supporti
5252

5353
## 📑 Table of Contents
5454

55+
- [Demo](#demo)
5556
- [Getting Started](#getting-started)
5657
- [Installation](#installation)
5758
- [Usage](#usage)
@@ -62,6 +63,40 @@ This project provides an all-in-one open-source identification toolkit. Supporti
6263

6364
---
6465

66+
## 🎬 Demo
67+
68+
### Image Watermarking Effect
69+
70+
<table>
71+
<tr>
72+
<th align="center">Original Image</th>
73+
<th align="center">Hidden Watermark Image</th>
74+
<th align="center">Visible Mark Image</th>
75+
</tr>
76+
<tr>
77+
<td align="center"><img src="docs/assets/demo/original_image.png" width="260"/></td>
78+
<td align="center"><img src="docs/assets/demo/watermarked_image.png" width="260"/></td>
79+
<td align="center"><img src="docs/assets/demo/visible_marked_image.png" width="260"/></td>
80+
</tr>
81+
</table>
82+
83+
### Video Watermarking Effect
84+
85+
<table>
86+
<tr>
87+
<th align="center">Original Video</th>
88+
<th align="center">Hidden Watermark Video</th>
89+
<th align="center">Visible Mark Video</th>
90+
</tr>
91+
<tr>
92+
<td align="center"><video src="docs/assets/demo/original_video.mp4" width="260" controls></video></td>
93+
<td align="center"><video src="docs/assets/demo/watermarked_video.mp4" width="260" controls></video></td>
94+
<td align="center"><video src="docs/assets/demo/visible_marked_video.mp4" width="260" controls></video></td>
95+
</tr>
96+
</table>
97+
98+
---
99+
65100
## Getting Started
66101

67102
### Installation
@@ -71,8 +106,8 @@ This project provides an all-in-one open-source identification toolkit. Supporti
71106
1. Clone the repository
72107

73108
```bash
74-
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Identification-Toolkit.git
75-
cd AIGC-Identification-Toolkit
109+
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Watermark-Toolkit.git
110+
cd AIGC-Watermark-Toolkit
76111
```
77112

78113
2. Install core dependencies
@@ -119,7 +154,7 @@ This project provides an all-in-one open-source identification toolkit. Supporti
119154

120155
1. Pull the image
121156
```bash
122-
docker pull millionmillionli/aigc-identification-toolkit:latest
157+
docker pull millionmillionli/aigc-watermark-toolkit:latest
123158
```
124159

125160
2. Run the container
@@ -132,7 +167,7 @@ This project provides an all-in-one open-source identification toolkit. Supporti
132167
-e PYTHONPATH=/app \
133168
-e CUDA_VISIBLE_DEVICES=0 \
134169
--restart unless-stopped \
135-
millionmillionli/aigc-identification-toolkit:latest \
170+
millionmillionli/aigc-watermark-toolkit:latest \
136171
tail -f /dev/null
137172
```
138173

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# ====================================
88
toolkit:
99
container_name: aigc-watermark-toolkit
10-
image: millionmillionli/aigc-identification-toolkit:latest
10+
image: millionmillionli/aigc-watermark-toolkit:latest
1111

1212
# ====================================
1313
# GPU支持(NVIDIA Docker)

docs/guides/ENVIRONMENT_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 环境配置指南
22

3-
本指南说明如何配置AIGC Identification Toolkit的运行环境,包括模型缓存路径、离线模式和跨平台支持。
3+
本指南说明如何配置AIGC Watermark Toolkit的运行环境,包括模型缓存路径、离线模式和跨平台支持。
44

55
## 目录
66

docs/guides/GUIDE_Docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ sudo docker run --rm --gpus all nvidia/cuda:11.8.0-base-ubuntu22.04 nvidia-smi
219219
│ │ └── ...
220220
│ └── transformers/ # 👈 Transformers缓存
221221
222-
└── AIGC-Identification-Toolkit/ # 👈 项目根目录
222+
└── AIGC-Watermark-Toolkit/ # 👈 项目根目录
223223
├── config/ # 👈 配置文件
224224
│ └── default_config.yaml # 统一配置文件
225225
├── src/ # 👈 源代码
@@ -290,8 +290,8 @@ environment:
290290

291291
```bash
292292
cd /fs-computility/wangxuhong/limeilin/
293-
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Identification-Toolkit.git
294-
cd AIGC-Identification-Toolkit
293+
git clone --recurse-submodules https://github.com/MillionMillionLi/AIGC-Watermark-Toolkit.git
294+
cd AIGC-Watermark-Toolkit
295295
```
296296

297297
> 💡 `--recurse-submodules` 会自动克隆VINE和AudioMarkBench子模块
326 KB
Loading
326 KB
Loading

0 commit comments

Comments
 (0)