tkuanlun350 / 3DUnet-Tensorflow-Brats18

3D Unet biomedical segmentation model powered by tensorpack with fast io speed
202 stars 69 forks source link

Focal Loss Implementation #17

Open rupalkapdi opened 5 years ago

rupalkapdi commented 5 years ago

Hello, I have gone through your paper 'End-to-End Cascade Network for 3D Brain Tumor Segmentation in MICCAI 2018 BraTS Challenge'. As you claimed focal loss implementation in the architecture, can you get me to the file which uses focal loss function? Thank you.

tkuanlun350 commented 5 years ago

I used the official implementation from tensorflow models.

rupalkapdi notifications@github.com於 2019年1月22日 週二,下午5:00寫道:

Hello, I have gone through your paper 'End-to-End Cascade Network for 3D Brain Tumor Segmentation in MICCAI 2018 BraTS Challenge'. As you claimed focal loss implementation in the architecture, can you get me to the file which uses focal loss function? Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tkuanlun350/3DUnet-Tensorflow-Brats18/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AVSJ8Y551XeZbSDHptyKCn5sqe9KmxKNks5vFtMRgaJpZM4aMNLm .

rupalkapdi commented 5 years ago

Can you share the link of the same? Thank you.