-
Notifications
You must be signed in to change notification settings - Fork 328
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
May I use your UNET model as a example in a public presentation... #66
Comments
Of course, it's fine, I released this code with MIT license, so feel free to use it. Good luck with your presentation! |
Thank you! I'm using a variation that (I think) is closer to the paper (added bottom-of-U conv w/1024 feature maps, conv5_B). I also lined up the left convs with the right convs. You quick review would be appreciated (though not necessary)
def get_orig_unet():
|
Looking good! The model I published was just inspired by U-Net, it doesn't represent exact implementation of it - personally, I find some things in the original U-Net confusing and unnecessary to have if you just want to get into image segmentation. |
Its at the embedded vision summit...and I will provide attribution to your github code.
I find it to be the cleanest and simplest expression of the model.
I would has expected the conv2d parameter to be 'valid' instead of 'same' as I suspect the original authors implemented it in Caffe. But that's OK.
Kindly indicate if you will support this.
The text was updated successfully, but these errors were encountered: