transformer-models icon indicating copy to clipboard operation
transformer-models copied to clipboard

Do have any examples of "vision transformer"?

Open cuixing158 opened this issue 4 years ago • 2 comments

In addition to the NLP applications, what about the CV applications? Are there any examples of transformer being used for "object detection", "behaviour recognition" or even "image classification"? It would be nice to have

cuixing158 avatar May 27 '21 06:05 cuixing158

I don't believe we currently have any CV examples with transformers that are public, but it's something we're actively looking into.

bwdGitHub avatar Jun 01 '21 13:06 bwdGitHub

Note that we now have the built-in function visionTransformer to load a pre-trained vision transformer, and an example fine-tuning a vision transformer.

bwdGitHub avatar Jan 09 '24 11:01 bwdGitHub