/Segmentation-DeconvNet

Segmentation DeconvNet Pytorch

Primary LanguagePython

Semantic Segmentation DeconvNet PyTorch

Data:

Data Preprocessing:

color map (3 * 224 * 224) --> one-hot class map (21 * 224 * 224)

DeconvNet training:
  • epochs = 50
  • Batch size = 64
  • Learning rate = 0.001
  • Loss func = CrossEntropyLoss

Reference: