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
@turian Hi there!
It seems I managed to make it work
Here are the instructions:
Copy the DOVER.yml file or replace in the existing the last line: test_load_path: ./pretrained_weights/DOVER_plus_plus.pth
The DOVER_plus_plus.pth seems to contain additional data and it has two keys: "state_dict" and "validation_results". But we need only the state dict, so either resave to a new file "state_dict" values from the original checkpoint, or modify the code of model weights loading:
I tried changing the pth in dover.yml to DOVER_plus_plus.pth, but it doesn't work.
Can you show in the README how to use it?
The text was updated successfully, but these errors were encountered: