Skip to content

Commit

Permalink
fix (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Dupont authored May 10, 2023
1 parent e87400f commit cb3ea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/super_gradients/training/transforms/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def __call__(self, sample: dict) -> dict:
return sample

def get_equivalent_preprocessing(self) -> List[Dict]:
return [{Processings.DetectionRescale: {"output_shape": self.output_size}}]
return [{Processings.DetectionRescale: {"output_shape": self.output_shape}}]


@register_transform(Transforms.DetectionRandomRotate90)
Expand Down

0 comments on commit cb3ea56

Please sign in to comment.