Submitted by Competitive-Good4690 t3_ymgg7o in deeplearning
Hello guys,
I’m a graduate student working on kidney image segmentation using UNet architecture.. can you guide me through (the codes) I’m trying to implement it using tensorflow2.0 (image size =28,256,192) MRI image (.nrrd file) I’m unable to find any U-Net (non model.fit) code.. so I’m trying to use Class U_Net(tf.keras.Model): Def U_Net(Img_size) … And so on I feel like I’m on the wrong track.
sgjoesg t1_iv42h3k wrote
You can see abhishek thakur's video on the implementation of unet architecture. He explains it very well step by step. edit: i didnt see you wanted tf2.0. If i get some resources, will fwd it to you.