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

Preprocessing #1

Closed
cadriaans opened this issue May 3, 2023 · 3 comments
Closed

Preprocessing #1

cadriaans opened this issue May 3, 2023 · 3 comments

Comments

@cadriaans
Copy link

Hi, i was wondering if preprocessing of the data is included in this model or if you need to preprocess the ct data yourself?
Like resampling, reshape, alignment and normalization?

@sunshinelike
Copy link

How to get the landmark.csv with every data in the preprocessing phrase?
Looking forward to your reply. Thank you very much.

@qinliuliuqin
Copy link
Owner

@sunshinelike Hi, sorry for the late response. I overlooked this issue. An example landmark csv file can be found here: https://github.com/qinliuliuqin/Medical-Detection3d-Toolkit/blob/master/demo/case_17_cbct_patient.csv. You need to generate these files by yourself.

@qinliuliuqin
Copy link
Owner

@cadriaans Hi, during training, we will crop, normalize, and resample the image.

__C.dataset.crop_size = [96, 96, 96] # voxel
. During inference, we take the whole image as input and resample it to the training spacing, and then normalize it. More details please refer to the code.

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

3 participants