composer icon indicating copy to clipboard operation
composer copied to clipboard

Synthetic Data Generation for Brats Dataset

Open ravi-mosaicml opened this issue 3 years ago • 2 comments

Brats does not support synthetic data. It would be great to add support for it.

ravi-mosaicml avatar Dec 01 '21 01:12 ravi-mosaicml

@ravi-mosaicml can you include more details on exactly what this entails? Right now, the SyntheticDataset class takes both a data_shape and a label_shape which can be used to generate synthetic data for BRATS.

ajaysaini725 avatar Dec 01 '21 02:12 ajaysaini725

To implement this:

  1. Have brats inherit the SyntheticHparamsMixin class
  2. If the use_synthetic flag is True, then the initialize_object() function should return a dataloader over synthetic data that can train. Here, you'll want to specify the data_shape and label_shape for the SyntheticBatchPairDataset . I am not sure what these parameters should be.

ravi-mosaicml avatar Dec 03 '21 01:12 ravi-mosaicml

Closing as we don't plan on doing this anymore

mvpatel2000 avatar Mar 22 '23 20:03 mvpatel2000