vzの尺なblog

〜まだ 1 epoch 目〜

イメージ・セグメンテーション

Image segmentationで参考になったリンク。

Preferred Networksの動画(Saitohさん)

www.youtube.com

わかりやすい。

Negative Mindの人のブログ

FCN (Fully Convolutional Network):ディープラーニングによるSemantic Segmentation手法 | NegativeMindException

ブログとても参考になる。

TensorFlow 2.0のチュートリアル

Image segmentation  |  TensorFlow Core

  • tf.Kerasのサンプルコードがある。Unetの形。
  • Encoder部分はKerasの学習済みMobileNetから転移学習してる
  • このサンプルはMobileNetだけど他のKeras学習済みモデルを使う時も参考になる

SegNet

SegNet本家(Caffe)

SegNet GitHub - alexgkendall/caffe-segnet: Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling

SegNetのPyTouch実装

GitHub - delta-onera/segnet_pytorch: SegNet implemetation using PyTorch

色々なセグメンテーションのPyTouch実装

GitHub - meetshah1995/pytorch-semseg: Semantic Segmentation Architectures Implemented in PyTorch