3D-Unet--Tensorflow icon indicating copy to clipboard operation
3D-Unet--Tensorflow copied to clipboard

label data format

Open guava1427 opened this issue 5 years ago • 1 comments

Hello, I'm trying to use your network. For the multi-labelled segmentation, what is the proper structure in case of the labelled data?

Your code seems to load *.tfrecord (generated from *.hdr by generate_tfrecord.py). I'm confused about how to make HDR files as per your intention because each slice can have multiple label binary images.

guava1427 avatar Oct 14 '20 03:10 guava1427

I found the answer in case that the labelled areas are mutually exclusive. Otherwise, how should I deal with this?

guava1427 avatar Oct 14 '20 17:10 guava1427