MrGiovanni / ModelsGenesis

[MICCAI 2019 Young Scientist Award] [MEDIA 2020 Best Paper Award] Models Genesis
Other
740 stars 140 forks source link

About setting threshold values #59

Open Rudeguy1 opened 1 year ago

Rudeguy1 commented 1 year ago

Hi there, This is a very meaningful research, and I have some questions when studying. HU_thred = (-150.0 - hu_min) / (hu_max - hu_min) How is the value of this formula determined? Can the value(-150.0) used to focus on different organs be a same value? Or choose the window width and window level of different organs. Look forward to your reply

best wish

Rudeguy1 commented 1 year ago

lung_min=0.7, lung_max=0.15 Is this value obtained through statistical calculation? and Is it through the formula above?

Rudeguy1 commented 1 year ago

https://github.com/MrGiovanni/ModelsGenesis/blob/ece03905adddbc3428dd8680da230a439520424d/infinite_generator_3D.py#L123 Is there a problem setting the value here