NOTE: Please use Python3.8 for now (Have not tested on other versions, might work on 3.9 and above).
This project is built-on mmseg==0.27.0
.
mmseg==1.x.x
is not supported yet.
Please follow the official installation guide to install mmseg
.
If you are not familiar with mmseg
or other OpenMM-Lab related frameworks, it may be easier to follow some of the guidelines first:
- Setting up the dataset:
- we will use Cityscapes for training and validation
- Training
- make sure that the training script works
This project uses pyEdgeEval
for data preprocessing pipelines (OTF GT generation for boundaries).
It's currently only tested on Python 3.8 for pip
installable package, but it can also be installed from source (currently closed-source, but hopefully opened soon).
# for python3.8
pip install pyEdgeEval
# to install from source
# WIP
pip install -r requirements.txt