- https://www.mathworks.com/help/vision/ref/unet.html
- https://www.mathworks.com/help/vision/ref/segnetlayers.html?s_tid=doc_ta
where can I download a pretrained unet, segnet, dilatednet codes that I can modify for my input image data?
2 ビュー (過去 30 日間)
古いコメントを表示
I want download and test image segmentattion pretrained codes for unet, segnet, dialted net.
I want them to test on ct lung images for segmenting out the cancerous part using semantic segmentation.
where can I get these codes?
0 件のコメント
回答 (1 件)
Aman
2024 年 8 月 19 日
Hi Abel,
I got that you want to perform image segmentation on lung CT scans for cancer detection using UNet, SegNet, and DialedNet.
MATLAB provides functions for UNet and SegNet implementation using which you can use to create and train the network for your desired task. You can refer to the documentation below to get an understanding of the flow.
For DialetedNet, you can refer to the below example from the documentation, which discusses how to perform semantic segmentation using dialeted convolutions.
I hope this will help you to proceed with your workflow.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!