Skip to content

xmba15/enet_pytorch

Repository files navigation

TODO


  • This dataset consists of street images whose pixels are labeled into 11+1 classes (one "Void" class for the ego-car)
  • Run
bash ./scripts/download_camvid.sh

to fetch and unzip the dataset into data directory

Colors for Each Label Class


Camvid Color Chart

How To


  • Train on Camvid:
python3 camvid_train.py
  • Test on test set of Camvid
python3 ./scripts/test_camvid_testset.py

You should see the following result:

camvid test result

References