Skip to content

Commit d657af6

Browse files
committed
result with cyclegan
1 parent b041c59 commit d657af6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DADA: Depth-aware Domain Adaptation in Semantic Segmentation
22

3+
## Updates
4+
- *02/2020*: Using CycleGAN translated images, The DADA model achieves (**43.1%**) on SYNTHIA-2-Cityscapes
5+
36
## Paper
47
![](./teaser.png)
58

@@ -99,6 +102,7 @@ For evaluating pretrained networks, execute:
99102
```bash
100103
$ cd DADA/dada/scripts
101104
$ python test.py --cfg ./<configs_dir>/dada_pretrained.yml
105+
$ python test.py --cfg ./<configs_dir>/dada_cyclegan_pretrained.yml
102106
```
103107

104108
```<configs_dir>``` could be set as ```configs_s2c``` (```SYNTHIA2Cityscapes```) or ```configs_s2m``` (```SYNTHIA2Mapillary```)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SOURCE: SYNTHIA
2+
TARGET: Cityscapes
3+
EXP_NAME: SYNTHIA2Cityscapes_DeepLabv2_DADA_pretrained
4+
NUM_WORKERS: 4
5+
USE_DEPTH: True
6+
TEST:
7+
MODE: single
8+
RESTORE_FROM:
9+
- ../../pretrained_models/synthia2cityscapes_dada_cyclegan.pth

0 commit comments

Comments
 (0)