woodywff / brats_2019

A 3D U-Net Based Solution to BraTS 2019 in Keras
https://arxiv.org/abs/1909.12901
GNU General Public License v3.0
49 stars 15 forks source link

Where is the "get_multi_class_labels" in brats_2019/unet3d/generator.py? #8

Closed 675492062 closed 3 years ago

675492062 commented 3 years ago

Where is the function "get_multi_class_labels" in brats_2019/unet3d/generator.py?

woodywff commented 3 years ago

Sorry, since I set the overlap_label True all the time, I deleted this deprecated function inherited from this work. If you wanna try it, you could find it in that repository.

675492062 commented 3 years ago

OK, thanks for your reply