cuongnc220592

Results 6 issues of cuongnc220592

I have a question for changing the size of input image. As the configuration, the input size is 511x511. However, I want to resize the input image to 1024x768 or...

Hi author, Could you provide the original dataset as TNSCUI2020_train.rar and tnscui2020_testset.rar I do not have the permission to download it on the website https://tn-scui2020.grand-challenge.org/Source_links/ Thank you very much

Dear authors Iam facing with a bug when I run lidc_data_to_nifti.py. First I have to replace MitkCLDicom2Nrrd with ./MitkCLDicom2Nrrd to call the function. But I get a same error and...

Hi @akanyaani, Thank a lot for your work. However I cannot find the prediction script. Could you please help me to make prediction and show the output on the test.txt...

Hi @JulienSiems , Thank you very much for a great contribution. I am working to family with Mask-rcnn. Could you guide me how to run the code. Do I need...

Hi author @Adamdad I have a problem when testing with ResUnet. > device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model = ResUNet().to(device) #if torch.cuda.device_count() > 1: model = nn.DataParallel(model).to(device) model_path...