-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem loading checkpoint in downstream object detection #2
Comments
Problem was the config, now I used this one
|
I met the same problem. It seems that the converted state_dict key names do not meet the detectron2 requirments. Add |
Hi,
First of all I'd like to congratulate the authors for the great work and shared repo.
I have successfully followed all 3 unsupervised stages of pre-training and executed the
convert-pretrain-to-detectron2.py
script to perform final conversion of the model.However, when using pretrained model for downstream task Object Detection it seems model does not get recognized (
WARNING [02/27 20:12:26 d2.checkpoint.c2_model_loading]: No weights in checkpoint matched with model.
) and no parameter is loaded as pretrained model. Am I missing anything? wrong configuration? Thank you in advance.Here the log:
The text was updated successfully, but these errors were encountered: