Skip to content

Commit

Permalink
OSF Version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
charleygros committed Jun 30, 2020
1 parent 1b5f622 commit c08d9cb
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions t2star_sc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@
"wspace": 0.75,
"hspace": 0.75
},
"DilateGT": {
"dilation_factor": 0
},
"CenterCrop2D": {
"CenterCrop": {
"size": [160, 160]
},
"ElasticTransform": {
Expand All @@ -65,30 +62,30 @@
"translate": [0.03, 0.03],
"scale": [0.98, 1.02]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"transformation_validation": {
"Resample": {
"wspace": 0.75,
"hspace": 0.75
},
"CenterCrop2D": {
"CenterCrop": {
"size": [160, 160]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"transformation_testing": {
"Resample": {
"wspace": 0.75,
"hspace": 0.75
},
"CenterCrop2D": {
"CenterCrop": {
"size": [160, 160]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"debugging": false
}

0 comments on commit c08d9cb

Please sign in to comment.