KaiyangZhou / mixstyle-release

Domain Generalization with MixStyle (ICLR'21)
MIT License
268 stars 39 forks source link

也许是我太菜,Dassl框架熟悉起来好麻烦,唉。。。 #15

Closed BoltenWang-Meta closed 2 years ago

KaiyangZhou commented 2 years ago

My bad. I should have provided a detailed documentation to help you guys navigate the codebase.

Feel free to ask questions here :)

Baymine commented 2 years ago

My bad. I should have provided a detailed documentation to help you guys navigate the codebase.

Feel free to ask questions here :)

Could you pls explain what is the imcls/vis.py used for? And how to use it exactly? Thank you ~

KaiyangZhou commented 2 years ago

please refer to this https://github.com/KaiyangZhou/mixstyle-release/tree/master/imcls#domain-generalization

you only need to specify the path to the extracted features https://github.com/KaiyangZhou/mixstyle-release/blob/master/imcls/vis.py#L17

Baymine commented 2 years ago

please refer to this https://github.com/KaiyangZhou/mixstyle-release/tree/master/imcls#domain-generalization

you only need to specify the path to the extracted features https://github.com/KaiyangZhou/mixstyle-release/blob/master/imcls/vis.py#L17

Sorry, that is an unnecessary question. Thank you for your reply.