How to use U-NET Image Segmentation on Kaggle Nuclei detection Data Set?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to implement U-NET Image Segmentation on Kaggle Nuclei Detection Dataset in MATLAB.
In MATLAB, U-NET can be implemented on any imagery dataset IF we have images and their corresponding masks.
For example in below picture, we have a an image and its corresponding mask. In such a data set we can impelement U-NET segmentation.
![111.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/217957/111.png)
Question:
How to implement U-NET Segmentation if we have seperated masks( a single image has multiple masks ccorresponding to each object), just like in Kaggle Nuclei Dataset.
If it has to be implement by combining all masks for an image into a single mask, then
How to calculate IoU, TP,TN,FP and FN between predicted and given image?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!