Closed Lauenburg closed 2 years ago
Sorry for the late reply. The map translation task relies on the transformation of high-frequency components of the image, which is much more complicated and needs more parameters/FLOPS. In our paper, the aim is to accelerate the translation by avoiding heavy computation on high-frequency, so tasks that rely more on low-frequency components such as illuminations and colors are preferred. Please refer to our paper for more information. Thanks!
I am currently trying to test the method on a custom unpaired dataset (maps dataset containing satellite and google maps images). I have two folders
testA
andtestB
folder. Both contain multiple images from either the satellite or the google maps domain.I have two issues:
At the start, nothing worked until I made sure that for each file in
testA
there exists a corresponding file intestB
of the same name. Why is this paring needed? I thought the method works with unpaired data!After training the model for 7.5 hours the results are look as follows (source left, target right, generated image in the middle):
What am I missing?
I adapted the
train_FiveK.yml
as follows: