Mohammad Rahimzadeh

Results 4 comments of Mohammad Rahimzadeh

Hi; Thank you for your interest in our work! The original Images in our dataset are in TIFF format (16-bit uint type), which contain the same image data as the...

Hello all, No, unfortunately, we did not convert the images to 3D NII format, but I think the code for converting the images to this format can be access through...

Hello For Writing: import pydicom as dicom import PIL.Image as pil_image ds = dicom.dcmread("DICOM Address") pixels = ds.pixel_array im = pil_image.fromarray( pixels) im.save('TIFF address') For Reading: img = cv2.imread('TIFF Address',cv2.IMREAD_UNCHANGED...

Hello; no the original images just were converted to TIFF for easy usage and then would have been used for training the models. Did you use ResNet50V2+FPN model?