Skip to content

Commit

Permalink
fix broken links (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlwang authored Feb 27, 2024
1 parent 297eb31 commit c2655d7
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](src/cards/audioseal_wm_16bits.yaml).
- [AudioSeal Generator](src/audioseal/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](src/cards/audioseal_detector_16bits.yaml).
- [AudioSeal Detector](src/audioseal/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 c2655d7

Please sign in to comment.