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.
Competitive-Good4690 OP t1_iv3s97k wrote
Any guidance will be much appreciated.