File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ title: TrustMark watermarking
4
4
---
5
5
6
6
TrustMark is an open-source universal watermarking system for images that:
7
+
7
8
- Can encode, decode, and remove watermarks from images.
8
9
- Works with arbitrary resolution images.
9
10
- Has implementations in both Python (using PyTorch) and JavaScript (using ONNX).
10
11
12
+ ::: info
13
+ For full technical details and help getting started with TrustMark, see [ TrustMark - Quick start] ( trustmark/readme.md#quick-start ) .
14
+ :::
15
+
11
16
## Variants
12
17
13
18
TrustMark has three primary model variants, each with different characteristics.
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ const sidebars = {
293
293
{
294
294
type : 'doc' ,
295
295
id : 'trustmark/js-readme' ,
296
- label : 'JavaScript implementation ' ,
296
+ label : 'JavaScript example ' ,
297
297
} ,
298
298
] ,
299
299
} ,
You can’t perform that action at this time.
0 commit comments