SegNetCMR icon indicating copy to clipboard operation
SegNetCMR copied to clipboard

A Tensorflow implementation of SegNet for cardiac MRI segmentation

Results 6 SegNetCMR issues
Sort by recently updated
recently updated
newest added

In Sunnybrook dataset there are counters for both epicardium and endocardium . your code is generating masks for left ventricle, a single mask as a whole. can you tell me...

Thank you for the great work i run the train.py and system says that : Cannot feed value of shape (0,) for Tensor 'Placeholder:0', which has shape '(6, 256, 256,...

First off, thanks for your great work. And I wonder more code example of prediction .

Whether this model has been published in relevant literature, I hope to see some detailed descriptions of the network in the literature,thanks

I got many errors related to the print statement. File "train.py", line 82 print(f"Reached MAX_STEP: {MAX_STEP} at step: {global_step_value}") ^ SyntaxError: invalid syntax

first,Thank u for sharing your program. But I have some Errors about MaxpoolwithArgx. I use tf1.4 and python 3.5.4, but it shows this error: ************************************************************************* Could not add gradient for...