Skip to content

U net semantic segmentation

Manoj Kolpe edited this page Jun 14, 2022 · 6 revisions

Implementation of the U-Net for semantic segmentation

Colab link

  • Implemented the U-Net
  • The architecture of U-Net is as below

image

  • The model is trained on the cityscape dataset.
  • batch_size = 16
  • epochs = 10
  • lr = 0.01
  • Adam optimizer
  • CrossEntropyLoss()

Step loss and epoch losses

image

image

Implemented the Gaussian process in the middle to accommodate the temporal camera pose data

image