Skip to content

Commit

Permalink
add scale aug
Browse files Browse the repository at this point in the history
  • Loading branch information
DaliCHEBBI committed Nov 25, 2024
1 parent 72d42d2 commit 6e44d4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions configs/datamodule/transforms/augmentations/default.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
ClipAndComputeUsingPatchSize:
_target_: simlearner3d.processing.transforms.augmentations.ClipAndComputeUsingPatchSize
tile_height: 1024
patch_size: ${datamodule.patch_size}

DownScaleImage:
_target_: simlearner3d.processing.transforms.augmentations.DownScaleImage
scales: [0.125,0.25,0.5]

ClipAndComputeUsingPatchSize:
_target_: simlearner3d.processing.transforms.augmentations.ClipAndComputeUsingPatchSize
tile_height: 1024
patch_size: ${datamodule.patch_size}

VerticalFlip:
_target_: simlearner3d.processing.transforms.augmentations.VerticalFlip
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/SIM_base_run_FR.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @package _global_
defaults:
- override /datamodule/transforms/augmentations: light.yaml
- override /datamodule/transforms/augmentations: default.yaml

logger:
comet:
Expand Down

0 comments on commit 6e44d4d

Please sign in to comment.