Skip to content

Commit

Permalink
Re #41: add example augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscyyeung committed May 11, 2023
1 parent b620fa8 commit 650ca88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UltrasoundSegmentation/train_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ transforms:
params:
keys: ["image", "label"]
spatial_size: [128, 128]
- name: "RandGaussianNoised"
params:
keys: ["image"]
prob: 0.15
mean: 0.0
std: 0.1

0 comments on commit 650ca88

Please sign in to comment.