-
Notifications
You must be signed in to change notification settings - Fork 5
Description
After running your code for the city2foggy task, I am unable to reproduce the results from your paper (by a large margin).
For the source-only training, by running exactly the command indicated in this repo, I reach only 20 mAP (to be precise, 20.67 after 10 epochs), whereas the paper reports 24 mAP.
Then, I modified the code to integrate the style enhancement (as I mention in this issue, it is not used in the code). However, using the pre-trained weights provided for the style enhancement module, it only improves to around 26 mAP, very far from the 35.8 mAP in the paper.
I wonder if you could provide some help to reproduce the results, maybe I missed something ? Are the city2foggy results in the paper reported with the vgg16 backbone, or is it R101 ?