Skip to content

Commit

Permalink
Forward data format to tiling dataset to fix arrow handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Dec 13, 2024
1 parent 2c9b5ec commit da5370e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/otx/core/data/dataset/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def __init__(self, dataset: OTXDataset, tile_config: TileConfig) -> None:
dataset.image_color_channel,
dataset.stack_images,
dataset.to_tv_image,
data_format=dataset.data_format,
)
self.tile_config = tile_config
self._dataset = dataset
Expand Down

0 comments on commit da5370e

Please sign in to comment.