You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get an error saying that a bunch of keys are missing in the state_dict. I have tried to look at the different arguments, but I can't figure out what the appropriate command is.
Do you have any documentation that specifies how to load the appropriate model for the different pretrained weights?
The text was updated successfully, but these errors were encountered:
Actually, the file 'inference_on_custom_imgs_hico.py' is initially created in RLIPv1 (https://github.com/JacobYuan7/RLIP). Unfortunately, I did not add RLIPv2 into this file at the time of code release. (You can see that I did not import RLIPv2 in the Line 39 of inference_on_custom_imgs_hico.py.) So, if you want to run inference directly, you might need to modify the code a bit to add RLIPv2 into this file.
Hello,
Excellent work! I'm trying to adapt it to another dataset, but I am struggling to find out how to load pretrained weights.
Specifically, I'm looking at the fully fined-tuned weights on HICO-DET for the model RLIPv2-ParSeDA with backbone ResNet-50.
I have downloaded the weights, and thought I could run inference with the command
But I get an error saying that a bunch of keys are missing in the
state_dict
. I have tried to look at the different arguments, but I can't figure out what the appropriate command is.Do you have any documentation that specifies how to load the appropriate model for the different pretrained weights?
The text was updated successfully, but these errors were encountered: