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 data #1

Closed
linhlpv opened this issue Mar 3, 2022 · 3 comments
Closed

Preprocessing data #1

linhlpv opened this issue Mar 3, 2022 · 3 comments

Comments

@linhlpv
Copy link

linhlpv commented Mar 3, 2022

Hi,
Thank you so much about the great works!

As I know in many GAN based methods, normalize input to range -1 1 is a tip for stable training but I do not see norm func in your CT-dataset. Could you explain that why you did not use this, plz?

Thank you a lot and hope to hear from you soon.
Best,

@ristea
Copy link
Owner

ristea commented Mar 3, 2022

Hi! We did normalization based on prior about data. In data/ct_dataset.py you can observe it at lines 31-32, 39-40.

@linhlpv
Copy link
Author

linhlpv commented Mar 4, 2022

hello.
Thank for your reply. So is 1e3 global statistic param of your dataset? I want to know about its meaning.
Thank u.

@ristea
Copy link
Owner

ristea commented Mar 6, 2022

The raw data are DICOM files in Hounsfield scale. The values for CTs are approximatively in [0, 3500]. This is the reason for that value.

@linhlpv linhlpv closed this as completed Mar 25, 2022
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