Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for data help #15

Closed
huying12 opened this issue May 13, 2022 · 7 comments
Closed

Ask for data help #15

huying12 opened this issue May 13, 2022 · 7 comments

Comments

@huying12
Copy link

Hello, I'd like to ask if you can provide the treatment of liver or pancreatic tumors. The code shows the treatment of brats2021 data. I need to deal with the segmentation of gastric cancer data. The data type is DCM. Thank you for sharing.

@himashi92
Copy link
Owner

Hello, we'll release our updated code soon. Meanwhile, can you send me more details about your dataset? So that I can send some preprocessing scripts that might be useful for your work. Once you preprocess your data, you can use the VT-UNet code base.

Thanks,
Himashi

@huying12
Copy link
Author

huying12 commented May 25, 2022 via email

@himashi92
Copy link
Owner

Hi huying, as per my understanding, it seems your dataset has one nii file as input, unlike BraTS dataset. You do not need to have T1/T1CE/T2/FLARE files to do your task. Instead, get the preprocessed nii file and modify the input channel number as 1 instead of 4.

If you are still unable to run the code, send me an email with error screenshots. I'll try to help you.

Thanks,
Himashi

@huying12
Copy link
Author

huying12 commented May 28, 2022 via email

@himashi92
Copy link
Owner

Hi huying, Can you tell me what is the resolution size of your nii? The Pancreas CT dataset I trained was initially 512x512x**. So I had to downsample the input during preprocessing before I feed those nii files to the model. All these scripts will be released soon.

VT-unet input should be 128x128x128 and in your case, the task is binary segmentation where you have only two classes (0-background, 1-class). In order to train and evaluate (test), scripts need some modifications like changing input channel =1 and output channel =1.

Regards,
Himashi

@huying12
Copy link
Author

huying12 commented Jun 1, 2022 via email

@himashi92
Copy link
Owner

Hi Huying,

You need to use the model that is generated during your training. The given model_best_base.pth is for BraTS dataset and that will not work for your model.

Best Regards,
Himashi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants