vikolss / DACS

Code from the paper "DACS: Domain Adaptation via Cross-domain Mixed Sampling"
MIT License
123 stars 19 forks source link

Question about the pretrained parameters of backbone #7

Closed super233 closed 3 years ago

super233 commented 3 years ago

Thanks for your contribution for this field and sharing the code.

I notice that you have used backbone that is pretrained on ImageNet or MSCOCO, but it's not clear that the result is of ImageNet or MSCOCO in paper.

Dose there exist much difference between the results of using backbone with different pretrained parameters? If yes, Could you please provide the detailed results of using backbone pretrained on ImageNet and MSCOCO separately?

vikolss commented 3 years ago

Thank you for your comment.

The backbone is pretrained on first ImageNet and then MSCOCO, so both.

Unfortunately we do not have the results from using pretraining with only one of the datasets, and it is not possible for me to generate them at this time. I will try to make it happen, but no guarantee.

super233 commented 3 years ago

Ok, thanks for you reply. :-)