Skip to content

Commit

Permalink
remove crop
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Sep 30, 2024
1 parent 14d3747 commit a5f464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data:
root: ${oc.env:DATA_ROOT, ./data/lits}
split: train
transforms:
class_path: eva.vision.data.transforms.common.ResizeAndCrop
class_path: eva.vision.data.transforms.common.ResizeAndClamp
init_args:
size: ${oc.env:RESIZE_DIM, 224}
mean: &NORMALIZE_MEAN ${oc.env:NORMALIZE_MEAN, [0.485, 0.456, 0.406]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data:
root: ${oc.env:DATA_ROOT, ./data/lits}
split: train
transforms:
class_path: eva.vision.data.transforms.common.ResizeAndCrop
class_path: eva.vision.data.transforms.common.ResizeAndClamp
init_args:
size: ${oc.env:RESIZE_DIM, 224}
mean: *NORMALIZE_MEAN
Expand Down

0 comments on commit a5f464e

Please sign in to comment.