Skip to content

Commit

Permalink
applying custom augmentations
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 14, 2024
1 parent 6f840f2 commit 90197f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luxonis_ml/data/augmentations/albumentations_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def apply(self, input_batch: List[LoaderOutput]) -> LoaderOutput:
del data[target_name]

data = self.spatial_transform(**data)
data = self.custom_transform(**data)

transformed_size = data["image"].shape[:2]

Expand Down

0 comments on commit 90197f9

Please sign in to comment.