ewrfcas / MVSFormer

Codes of MVSFormer: Multi-View Stereo by Learning Robust Image Features and Temperature-based Depth (TMLR2023)
Apache License 2.0
175 stars 10 forks source link

missing keys when load 'alt_gvt_small.pth' #4

Closed monoavatar closed 1 year ago

monoavatar commented 1 year ago

hi, thanks for your work.

When I load the pretrained Twins weights, I meet the problem missing keys:['norm_list.0.weight', 'norm_list.0.bias', 'norm_list.1.weight', 'norm_list.1.bias', 'norm_list.2.weight', 'norm_list.2.bias', 'norm_list.3.weight', 'norm_list.3.bias']. Is this message normal? And will this error affect the performance?

Looking forward to your reply.

ewrfcas commented 1 year ago

norm_list is not in pretrained Twins, but it should be finetuned for the downstream task.