mist-medical / MIST

MIST: A simple, scalable, and end-to-end framework for 3D medical imaging segmentation.
Apache License 2.0
21 stars 12 forks source link

Bug with TF n4_bias #3

Closed rachelglenn closed 1 year ago

rachelglenn commented 1 year ago

There is a typo with the variable It should be: "use_n4_bias_correction": bool(self.args.use_n4_bias_correction)} https://github.com/aecelaya/MIST/blob/1b550fd650a7f82d0a2e670b7d948056dd2eafc6/mist-tf/analyze_data/analyze.py#L260

aecelaya commented 1 year ago

Thanks for pointing this out! I've updated the bias correction flag.