Skip to content

Commit

Permalink
update references to checkpoint in README (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Tuan Tran <[email protected]>
  • Loading branch information
antoine-tran and Tuan Tran authored Jan 31, 2024
1 parent 52b6a1d commit 5adce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ pip install -e .

We provide the checkpoints for the following models:

- [AudioSeal Generator](https://dl.fbaipublicfiles.com/audioseal/audioseal_wm_16bits.pth).
- [AudioSeal Generator](src/cards/audioseal_wm_16bits.yaml).
It takes as input an audio signal (as a waveform), and outputs a watermark of the same size as the input, that can be added to the input to watermark it.
Optionally, it can also take as input a secret message of 16-bits that will be encoded in the watermark.
- [AudioSeal Detector](https://dl.fbaipublicfiles.com/audioseal/audioseal_detector_16bits.pth).
- [AudioSeal Detector](src/cards/audioseal_detector_16bits.yaml).
It takes as input an audio signal (as a waveform), and outputs a probability that the input contains a watermark at each sample of the audio (every 1/16k s).
Optionally, it may also output the secret message encoded in the watermark.

Expand Down

0 comments on commit 5adce35

Please sign in to comment.