DADA icon indicating copy to clipboard operation
DADA copied to clipboard

Depth-aware Domain Adaptation in Semantic Segmentation

Results 13 DADA issues
Sort by recently updated
recently updated
newest added

```txt (yy_DADA) ailab@ailab:/media/ailab/data/yy/DADA/dada/scripts$ python test.py --cfg ./configs_s2c/dada_pretrained.yml Called with args: Namespace(cfg='./configs_s2c/dada_pretrained.yml', exp_suffix=None) Using config: {'DATA_DIRECTORY_SOURCE': '/media/ailab/data/yy/DADA/data/SYNTHIA', 'DATA_DIRECTORY_TARGET': '/media/ailab/data/yy/DADA/data/Cityscapes', 'DATA_LIST_SOURCE': '/media/ailab/data/yy/DADA/dada/dataset/synthia_list/{}.txt', 'DATA_LIST_TARGET': '/media/ailab/data/yy/DADA/dada/dataset/cityscapes_list/{}.txt', 'EXP_NAME': 'SYNTHIA2Cityscapes_DeepLabv2_DADA_pretrained', 'EXP_ROOT': PosixPath('/media/ailab/data/yy/DADA/experiments'), 'EXP_ROOT_LOGS': '/media/ailab/data/yy/DADA/experiments/logs', 'EXP_ROOT_SNAPSHOT': '/media/ailab/data/yy/DADA/experiments/snapshots',...

Hello, I meet some problem when I run the test.py and train.py ```python (yy_DADA) ailab@ailab:/media/ailab/data/yy/DADA/dada/scripts$ python test.py --cfg ./configs_s2c/dada_pretrained.yml Called with args: Namespace(cfg='./configs_s2c/dada_pretrained.yml', exp_suffix=None) Traceback (most recent call last): File...

Hey! Do you use the Synthia-Rand-Cityscapes dataset or the normal Synthia dataset? Thank you very much in advance!

Hello,in the file dataset.py, there are two "elif dataset == reduced_imagenet"。 Is this a mistake?

Hello, I noticed that you used the color jitter and lighting during training the imagenet. But normally we will not apply these two data augment for a fair comparison. Could...

Hello. Whenever I test a trained model it appears like I receive no output (IoU, mIoU, etc.). How can I access these metrics? Thank you!

hi, i'm recently doing this network on my own dataset. And i want to ask if i want to train on custom dataset, which files should be changed? Thank you...

I'm a bit new to the field but am confused as to why DADA needs the ground truth labels of the cityscapes dataset (I noticed that these are included in...