Borrar filtros
Borrar filtros

U-Net for medical image segmentation

25 visualizaciones (últimos 30 días)
Serife Kaba
Serife Kaba el 19 de Abr. de 2023
Comentada: mohd akmal masud el 18 de Jun. de 2023
Dear Sir/Madam,
I have images taken from the angiography device and I segmented coronary arteries from my database using U-Net model.
I would like to know if there are advanced versions of U-Net, such as Attention U-Net , ResU-Net and U-Net++, for MathWorks medical image segmentation.
I would be grateful if you can give me MathWorks links .
Thank you in advance
Kind regrads,
Serife Kaba
  1 comentario
mohd akmal masud
mohd akmal masud el 18 de Jun. de 2023
U-Net is based Deep Learning Network. You can add some mechanism like Att mechanis for seeing the changing improvement.
Otherwise, you can use network app designer to creat you own layers

Iniciar sesión para comentar.

Respuestas (1)

Pratham Shah
Pratham Shah el 2 de Jun. de 2023
Hi!
If you have prior knowledge of neural networks you can use encoderDecoderNetwork function to build the required U-Net structure.
If you have pretrained model of Attention U-Net , ResU-Net and U-Net++ in other framework such as Tensorflow or Pytorch; You can use importTensorFlowNetwork or importNetworkFromPyTorch.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by