Maryam Mahootiha
Maryam Mahootiha
Hi Havard. I am facing a problem for a long time that I can not understand what could be the reason of problem. I used images as inputs to a...
Hi Havard. I have MRI images as Dataset. As I do not have a lot of datasets is it possible to load a pretrained model for segmentation purposes delete some...
Hi Havard. If I want to add age to the image for making prediction of survival times, What should I do? First in this class should I give age array...
Hi Havard. I have some MRI images from liver. All of them contain tumors. I wanted to predict the survival functions from these images. for images there was one example...
Hi Havard. I wanted to use Logistichazard that is based on Nnet_survival. I couldnt find the architecture of this net. In which file I can understand the architecture? In addition...
Hi Havard. I have 56, 3d MRI images(NIFTI). I preprocessed them with Monai library. I made data loader for them. dl_train = DataLoader(dataset_train, batch_size=10, shuffle=True, collate_fn=collate_fn) dl_val = DataLoader(dataset_val, batch_size=10,...
Cant we use pretrained models for 3d images? I had 3d clinical images they are not too much and I wanted to use them for image classification. so I needed...