tf_unet icon indicating copy to clipboard operation
tf_unet copied to clipboard

Unet 3D

Open MarvinYeh opened this issue 7 years ago • 3 comments

Hi,

I've updated the Unet3D and also create a demo on jupyter notebook. I don't have a proper 3d dataset to train on so currently it's trained using the generator, hence each slice of image is independent. it's still trainable but the result is not as good as using 2d Unet.

MarvinYeh avatar Mar 01 '18 16:03 MarvinYeh

Thanks for the contribution. I'm wondering if your implementation should not rather go into a package for its own. What do you think?

jakeret avatar Mar 04 '18 16:03 jakeret

Hi, I wasn't quite sure if I understand you correctly. Are you suggesting all the 3D-related features should be within an independent set of functions(or scripts?) from your own and leave all your original functions as it was?

MarvinYeh avatar Mar 05 '18 12:03 MarvinYeh

Is there any official 3D unet code on tensorflow?

emergencyd avatar Oct 01 '18 11:10 emergencyd