Awesome
SA-MixNet
- First, pip install
opencv-python == 4.6.0.66
and replace the\anaconda3\envs\pytorch\Lib\site-packages\skimage\segmentation\slic_superpixels.py
by theslic_superpixels.py
in this repository, to get Road Seed Guided SLIC. - Run
road_label_propagation.py
to generate proposal masks. - Run
train_mix_D.py
for training and runtest.py
for testing.