qinenergy/corda

how to use DACS

Closed this issue · 1 comments

In your paper use DACS as baseline.
However, DACS don't propose the SYNTHIA->CITYSCAPES trainning.
So, I want to ask you how you use trainning DACS.
I read you code. Should I need to delete all code which use depth in trainning. because I need to use DACS in SYNTHIA->CITYSCAPES to obtain data in my work
image

Another question, When trainning finished, predictions direction will be created and some test pictures saved here.Where Can I find the code about it.

Maybe it's too long because this work is finished two years ago.You may forget some details.
I will be very appreciated if you reply me !

You can use directly the DACS code, a few lines need to be modified.
Please see the discussion below in the DACS repo
vikolss/DACS#4

The saving of the test image is in the evaluation code.

save_image(out_dir, image, None, f'{n_saved}_0img')
.