-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unet 3D #158
base: master
Are you sure you want to change the base?
Unet 3D #158
Conversation
Thanks for the contribution. I'm wondering if your implementation should not rather go into a package for its own. What do you think? |
Hi, |
Is there any official 3D unet code on tensorflow? |
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.