Skip to content

Commit

Permalink
Fix optimize with Semi-SL data pipeline (#3684)
Browse files Browse the repository at this point in the history
Disable unlabeled dataset with optimize
  • Loading branch information
harimkang authored Jun 26, 2024
1 parent 126b3ff commit 6d309ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/otx/engine/utils/auto_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def update_ov_subset_pipeline(self, datamodule: OTXDataModule, subset: str = "te
subset_config.transform_lib_type = ov_config[f"{subset}_subset"]["transform_lib_type"]
subset_config.transforms = ov_config[f"{subset}_subset"]["transforms"]
subset_config.to_tv_image = ov_config[f"{subset}_subset"]["to_tv_image"]
data_configuration.unlabeled_subset.data_root = None
data_configuration.image_color_channel = ov_config["image_color_channel"]
data_configuration.tile_config.enable_tiler = False
msg = (
Expand Down

0 comments on commit 6d309ab

Please sign in to comment.