Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
379 stars 93 forks source link

examples of the training cityscraps dataset in the ./datasets/citys dir. #42

Closed Linda-L closed 3 years ago

Linda-L commented 3 years ago

I use this code to train my own dataset of cityscrapes format. The loss becomes 0.001 after 500 epochs, but the test effect is very poor, and the trained class is not displayed. Can the author upload the examples of the training cityscraps dataset to the datasets folder( in the ./datasets/citys dir.)?

Tramac commented 3 years ago

The dataset is too large to upload to github, you can download cityscapes from here.

Linda-L commented 3 years ago

alright, thank you very much