@@ -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
711061 . 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
781132 . Install core dependencies
@@ -119,7 +154,7 @@ This project provides an all-in-one open-source identification toolkit. Supporti
119154
1201551 . Pull the image
121156 ``` bash
122- docker pull millionmillionli/aigc-identification -toolkit:latest
157+ docker pull millionmillionli/aigc-watermark -toolkit:latest
123158 ```
124159
1251602 . 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
0 commit comments