-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
Maybe it's out of the scope of timm so far, but it could be interestint to add support for the 3 models released by Meta (ViT-B/L/H) in their Segment Anything project. These models are pretrained using MAE and then finetuned on 11M images for segmentation. An interesting feature is that these models have been trained with an image size of 1024x1024. The ViT are implemented in pure pytorch here without using scaled_dot_product_attention. Curious to see how these models transfer to classification tasks :)
Thanks,
Simon
amtsak, maxpietsch and NightMachinery
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request