Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
braindotai committed Feb 15, 2021
1 parent 79a8b0d commit 65d6204
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,22 @@ Run `$ python inference.py` with following arguments-
Removing Watermark
optional arguments:
-h, --help show this help message and exit
--image-path IMAGE_PATH
Path to the "watermarked" image.
--watermark-path WATERMARK_PATH
Path to the "watermark" image.
--input-depth INPUT_DEPTH
Max channel dimension of the noise input. Set it
based on gpu/device memory you have available.
--lr LR Learning rate.
--training-steps TRAINING_STEPS
Number of training iterations.
--show-steps SHOW_STEPS
Interval for visualizing results.
--reg-noise REG_NOISE
Hyper-parameter for regularized noise input.
--device DEVICE
Device for pytorch, either "cpu" or "cuda".
-h, --help show this help message and exit
--image-path IMAGE_PATH
Path to the "watermarked" image.
--mask-path MASK_PATH
Path to the "watermark" image.
--input-depth INPUT_DEPTH
Max channel dimension of the noise input. Set it based
on gpu/device memory you have available.
--lr LR Learning rate.
--training-steps TRAINING_STEPS
Number of training iterations.
--show-step SHOW_STEP
Interval for visualizing results.
--reg-noise REG_NOISE
Hyper-parameter for regularized noise input.
--max-dim MAX_DIM Max dimension of the final output image
```

Expand Down

0 comments on commit 65d6204

Please sign in to comment.