Explicit-Visual-Prompt
Explicit-Visual-Prompt copied to clipboard
About the model weight: unexpected key and missing keys
When I run the test.py with the weights provided, the following errors will occur: 2024-09-10 21:42:00,371 - mmseg - INFO - load checkpoint from local path: ./mit_b4.pth 2024-09-10 21:42:03,151 - mmseg - WARNING - The model and loaded state dict do not match exactly unexpected key in source state_dict: head.weight, head.bias missing keys in source state_dict: prompt_generator.handcrafted_generator1.proj.weight, prompt_generator.handcrafted_generator1.proj.bias, ... unexpected key in source state_dict: patch_embed1.proj.weight, patch_embed1.proj.bias, ...