Skip to content

Biotan/SSF-DAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSF-DAN

The code and resouces for SSF-DAN , We have uploaded all the models and the evaluate code.
We will publish the paper and upload the train code soon.

the result of the cityscape val dataset can be seen as follow

the mIoU comparison with the state-of-art methods

System requirements

System : ubuntu 16.04
Hardware: Nvidia Tesla P100
Software: Pytorch 0.4.1, CUDA-8.0, cuDNN 5.1 or 6.0, python 3.5
For more packages information, we prepared them in the requires.sh file.

Pretrained model

We released our models in google drive, they can be downloaded [here]

DataSet

In the experiments, we use GTA5, cityscape, Synthia, Crosscity datasets,you can download them in the follow links:
[GTA5] [Cityscape] [Synthia] [Crosscity]

Usage

1.make a project dir:

mkdir ~/SSF-DAN

2.clone the SSF-DAN repository:

git clone https://github.com/JingangTan/SSF-DAN

3.download the GTA5 dataset and put it in dataset/GTA5/ and download Cityscape dataset put it in dataset/Cityscapes/. For other dataset, you can take the same operation.

4.create a new virtual enviromen, if you want to use system python enviromen,you can ignore this.

sudo pip install virtualenv
virtualenv -p /usr/bin/python3.5 ~/vir-ssf-dan
cd ~/vir-ssf-dan
source bin/activate
cd ~/SSF-DAN

5.install the packages in requires.sh:

sh requires.sh

evaluate the model on Cityscape val dataset

python evaluate.py
iou.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published