Vivien Chappelier commited on
Commit
6751379
·
1 Parent(s): e3f5433

rework README a bit

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ print(f"approximate p-value: {p}")
34
 
35
  This model is an approximate version of [IMATAG](https://www.imatag.com/)'s BZH decoder for the watermark embedded in our [SDXL-turbo watermarking demo](https://huggingface.co/spaces/imatag/stable-signature-bzh).
36
  It works on this watermark only and cannot be used to decode other watermarks.
37
- It will produce an approximate p-value measuring the risk of detecting a watermark an a benign (non-watermarked) image. Thresholding this value will give a hard decision on whether an image is watermarked (0) or not (1), with an approximate chance of mistakenly claiming the image is watermarked while it's not equal to the threshold. For an exact p-value and improved robustness, please use the [API](https://huggingface.co/spaces/imatag/stable-signature-bzh/resolve/main/detect_api.py) instead.
38
 
39
  For more details on this watermarking technique, check out our [announcement](https://www.imatag.com/blog/unlocking-the-future-of-content-authentication-imatags-breakthrough-in-ai-generated-image-watermarking) and our lab's [blog post](https://imatag-lab.medium.com/stable-signature-meets-bzh-53ad0ba13691).
40
 
 
34
 
35
  This model is an approximate version of [IMATAG](https://www.imatag.com/)'s BZH decoder for the watermark embedded in our [SDXL-turbo watermarking demo](https://huggingface.co/spaces/imatag/stable-signature-bzh).
36
  It works on this watermark only and cannot be used to decode other watermarks.
37
+ It will produce an approximate p-value measuring the risk of mistakenly detecting a watermark an a benign (non-watermarked) image. For an exact p-value and improved robustness, please use the [API](https://huggingface.co/spaces/imatag/stable-signature-bzh/resolve/main/detect_api.py) instead.
38
 
39
  For more details on this watermarking technique, check out our [announcement](https://www.imatag.com/blog/unlocking-the-future-of-content-authentication-imatags-breakthrough-in-ai-generated-image-watermarking) and our lab's [blog post](https://imatag-lab.medium.com/stable-signature-meets-bzh-53ad0ba13691).
40