zhixuhao / unet

unet for image segmentation
MIT License
4.54k stars 1.99k forks source link

Help wanted #221

Open SuchitraKadolkar opened 3 years ago

SuchitraKadolkar commented 3 years ago

Can you please provide me unet_membrane.hdf5 file?

GalangZero13 commented 3 years ago

Tell me your email

saramath commented 4 months ago

can you please provide me unet code of this architecture : the U-Net consists of two paths, forming a U-shaped structure. The left-hand contracting path is designed to extract feature maps at different levels, whereas the right-hand expansive path reconstructs the image by deconvolutions of the corresponding features. The main compositions in the U-Net consist of convolutional layers, batch normalization, ReLU, max pooling, and skip connections. if you want more detailes i can show you the image of the architecture