Semantic Segmentation Using FCN-AlexNet

How to create, train and evaluate FCN-AlexNet for semantic segmentation
1,7K download
Aggiornato 23 lug 2020

Visualizza la licenza

This demo shows how to create, train and evaluate AlexNet based Fully Convolutional Network for semantic segmentation. MATLAB and Computer Vision System Toolbox provides fcnLayers function to create FCN, but this is VGG-16 based FCN. If you would like to use lower the computational cost of network, FCN-AlexNet might be one of the options.
AlexNetをベースとしたFCNによるSemantic Segmentationのデモです。AlexNetベースのFCNを定義し、学習、ネットワークを評価するところまでをご紹介します。Computer Vision System ToolboxではfcnLayersと呼ばれる関数が提供されており、容易にFCNを定義することができますが、こちらはVGG-16をベースとしたネットワークになっています。 計算コストの関係でもう少しコンパクトなネットワークを試したい場合や、性能比較の基準としてVGG-16以外のネットワークをベースとしたFCNを試したい場合にお試しください。
[Keyward]
画像処理・セグメンテーション・ディープラーニング・DeepLearning・デモ・IPCVデモ・ニューラルネットワーク

Cita come

Kei Otsuka (2024). Semantic Segmentation Using FCN-AlexNet (https://www.mathworks.com/matlabcentral/fileexchange/65851-semantic-segmentation-using-fcn-alexnet), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Image Data Workflows in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.1

Fixed compatibility issue

1.0.0.0

update html files