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

question about pre-processing and network architecture #37

Open
yaosh09 opened this issue Feb 3, 2021 · 2 comments
Open

question about pre-processing and network architecture #37

yaosh09 opened this issue Feb 3, 2021 · 2 comments

Comments

@yaosh09
Copy link

yaosh09 commented Feb 3, 2021

This is a wonderful work and has great impact on 3D medical imaging deep learning.

I am trying to fine-tune Models Genesis to classify HCC pathological biomark (negative OR positive) based on liver CT data.

I'm fairly new in this field and there is a question about data pre-processing. I have abdomen CT image datas (DICOM files) and HCC ROI segmentation result (3D nii file, which value is 0 or 1 to identify the ROI region ), i don't konw how to process them to put into the model? Merge them into one npy file?

Could you please list the network architecture of 3D Models Genesis? I plan to employ the encoder as a fixed feature extractor.

Thank you for your help,
Best Regards.

Shanhu

@MrGiovanni
Copy link
Owner

MrGiovanni commented Feb 6, 2021

Hi @yaosh09

I have released the reference code for the target segmentation task, with data preprocessing and visualization. Processing data is not very complicated—the final input is 64x64x32 and the intensity value being [0, 1]. I also provided processed data in Google Drive for your reference.

https://github.com/MrGiovanni/ModelsGenesis/blob/master/keras/downstream_tasks/lung%20nodule%20segmentation.ipynb

For model architecture visualization, you could use Keras code
model.summary()

Thanks,
Zongwei

@yaosh09
Copy link
Author

yaosh09 commented Feb 7, 2021

Hi @MrGiovanni !

My task is for binary classification.
Thank you very much for your answer.

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