Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qingquanwang authored Jan 31, 2021
1 parent ec7404a commit cd56108
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ invisible-watermark is a **python** library and command line tool for creating i
## Supported Algorithms
* **frequency methods**: [algorithm process and test result](https://github.com/ShieldMnt/invisible-watermark/wiki/Frequency-Methods)
* **rivaGan**: encoder/decoder model with Attention mechanism + embed watermark bits into vector.
background:
> [Discrete wavelet transform](https://en.wikipedia.org/wiki/Discrete_wavelet_transform)
> [Discrete cosine transform](https://en.wikipedia.org/wiki/Discrete_cosine_transform).
> [RivaGAN](https://github.com/DAI-Lab/RivaGAN), a deep-learning model trained from Hollywood2 movie clips dataset.

> background:
> * [Discrete wavelet transform](https://en.wikipedia.org/wiki/Discrete_wavelet_transform)
> * [Discrete cosine transform](https://en.wikipedia.org/wiki/Discrete_cosine_transform).
> * [RivaGAN](https://github.com/DAI-Lab/RivaGAN), a deep-learning model trained from Hollywood2 movie clips dataset.
## How to install
`pip install invisible-watermark`
Expand Down

0 comments on commit cd56108

Please sign in to comment.