Skip to content
#

cityscapes

Here are 107 public repositories matching this topic...

Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)

  • Updated May 10, 2020
  • Python
ogail
ogail commented Mar 7, 2018

Hi,
I tried to follow README instructions for training on my own dataset but it didn't work. Here is what I did:

  • Update DATA_DIR to point to dataset dir
  • Update DATA_LIST_PATH to point to train dataset list file.
  • Update INPUT_SIZE to '1280, 720'
  • Update NUM_CLASSES to 1
  • Update LAMBDA1 and LAMBDA2 to 0.4 and 0.6 respectively.

Then ran cmd

python train.py

Improve this page

Add a description, image, and links to the cityscapes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cityscapes topic, visit your repo's landing page and select "manage topics."

Learn more