jxhuang0508 / FSDR

FSDR: Frequency Space Domain Randomization for Domain Generalization
MIT License
38 stars 4 forks source link

Training code #1

Open Making24 opened 3 years ago

Making24 commented 3 years ago

Hi @jxhuang0508 @Dayan-Guan, thanks for sharing code for your great work.

However, I can only find the testing code. Could you also provide the source code? Thanks!

Also, could you provide the results of VGG, ResNet101 for both FSRD and IBN-Net. I would like to reproduce them.

And, could you also provide the testing code on BDD and Maphillary?

Thanks for your consideration!

jxhuang0508 commented 3 years ago

Thanks for your attention.

I cannot guarantee the training code release as this work is with the company, where the techniques are under patent filing and the release requires their approval.

Thanks.

Making24 commented 3 years ago

@jxhuang0508 @Dayan-Guan Thanks for your quick reply!

I understand your company policy. But can you provide the training details of your approach and IBN-NET. For example, optimizer, learning rate, training iteration, bath size, schedule policy. In addition, in Advent, they use the bs=1 and fix the bn layers, did you apply it the same?

Moreover, since IBN-NET is implemented by your paper, could you provide the training code and testing code for it? Also, the testing code for other datasets is not provided. Could you also provide the pretrained models for SYNTHIA? I think these training of IBN-NET and testing code do not violate your company policy.

Thanks for your consideration!

maosu1314 commented 3 years ago

Do you re-implement the work successfully? I try to re-implement it but cannot reproduce the reported performance.

Making24 commented 3 years ago

Do you re-implement the work successfully? I try to re-implement it but cannot reproduce the reported performance.

No, I failed to re-implement the method. But I can reproduce the results with the pre-trained model in the testing phase. @maosu1314 You can regard it as a testing approach in your paper.

lxtGH commented 2 years ago

@Making24 Hi! I wonder whether this paper can reproduced?

Making24 commented 2 years ago

@Making24 Hi! I wonder whether this paper can reproduced?

@lxtGH Not yet. It is too hard for me, my bad.