-
Notifications
You must be signed in to change notification settings - Fork 81
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
pretrained CotNet model for classification #31
Comments
hi,did you solve the problem? How did you do it? |
No unfortunately I could not. |
I found that we don't need to unzip the tar file ,we just need to replace chenkpoint=‘torchvision://resnet50’ to 'cotnet50.pth.tar' in init_cfg,if you also used mmdetection like me. |
Thank you so much for your help,
From: w275225 ***@***.***>
Sent: Tuesday, July 16, 2024 10:41 AM
To: JDAI-CV/CoTNet ***@***.***>
Cc: Somayeh Seifi Shalamzari ***@***.***>; Author ***@***.***>
Subject: [External] Re: [JDAI-CV/CoTNet] pretrained CotNet model for classification (Issue #31)
I found that we don't need to unzip the tar file ,we just need to replace chenkpoint=‘torchvision://resnet50’ to 'cotnet50.pth.tar' in init_cfg,if you also used mmdetection like me.
-
Reply to this email directly, view it on GitHub<#31 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A67UWRNUNPCB5ZUMJN5X363ZMUWHDAVCNFSM6AAAAABK6SOCPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGA4TINJYG4>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have files on my Google Drive that contain data.pkl which may be a pre-trained model, but I am unable to load it. Do you have any pre-trained models for classification on ImageNet that have been saved as .pth files?
The text was updated successfully, but these errors were encountered: