[Q] Are there any ViT models available that were finetuned on COCO? #1979
Unanswered
NightMachinery
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I am also interested in any models at all that can do classification on COCO. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@NightMachinery nothing I'm aware of, pure classification models train on COCO are generally pretty uncommon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any ViT models available that were finetuned on COCO?
In particular, I am looking for a ViT that can classify COCO. (I want to benchmark a weaky supervised segmentation technique using such a model.)
I see that open_clip has
('coca_ViT-B-32', 'mscoco_finetuned_laion2b_s13b_b90k')
, but I assume that is only useful for captioning and not classification?Beta Was this translation helpful? Give feedback.
All reactions