mednet.config.data.montgomery_shenzhen_indian_padchest.datamodule#

Aggregated DataModule composed of Montgomery, Shenzhen, Indian, and PadChest datasets.

Classes

DataModule(split_filename, ...)

Aggregated DataModule composed of Montgomery, Shenzhen, Indian, and PadChest datasets.

class mednet.config.data.montgomery_shenzhen_indian_padchest.datamodule.DataModule(split_filename, padchest_split_filename)[source]#

Bases: ConcatDataModule

Aggregated DataModule composed of Montgomery, Shenzhen, Indian, and PadChest datasets.

Parameters:
  • split_filename (str) – Name of the .json file containing the split to load.

  • padchest_split_filename (str) – Name of the .json file from padchest containing the split to load.