w1oves / Rein

[CVPR 2024] Official implement of <Stronger, Fewer, & Superior: Harnessing Vision Foundation Models for Domain Generalized Semantic Segmentation>
https://zxwei.site/rein
GNU General Public License v3.0
215 stars 19 forks source link

How to combine rein and resnet or convnext? #28

Closed yangyuya closed 4 months ago

yangyuya commented 4 months ago

Hello,

I notice that there are reins_resnet.py and reins_convnext.py in the code, but threre is no config file for them. If I want to use rein in a resnet structure, how should I set the patch_size and zero_mlp_delta_f parameters, and do they matter much to the result?

Looking forward to your reply!

w1oves commented 4 months ago

I will update this part of code in this week.

w1oves commented 4 months ago

The configs for resnet and convnext have been updated in the latest version.