Skip to content
Snippets Groups Projects
Commit e27af489 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Renamed noise mode from 'gaussian' to 'add'

parent bafd4845
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ dataset_config = {
# - Noise: add gaussian noise with defined mean and variance to an image
# two modes for adding noise are available
# - speckle: image = image + image * noise,
# - gaussian: image = image + noise
# - add: image = image + noise
# pixel values = exclude (default=0) are not modified by adding
# noise (i.e., the "no data" pixels added by the padding)
# More detail can be found in pytorch.transforms.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment