Devavrat Tomar
Devavrat Tomar
I believe you can use the same data loader that is present here https://github.com/devavratTomar/SST/blob/main/OURS/dataset_loaders/mri.py#L15.
Hello. Yes, The above line of code makes the intensities in the range [-1, 1]. For the second question, the loss function assumes images have a positive range. So we...
Hi. I don't think keeping the intensity range between -1 and 1 is necessary. The way we pre-processed the data originally was to make the highest intensity in the volume...
The data generated should be diverse (similar to the original unlabelled training dataset). If the data is not diverse in style, UNet may not perform well. In 124 we create...