HZhang729's picture
Update README.md
72c0b9f verified
Model Name: Nike Shoes Recognizer
Original Model: Vision Transformer (ViT) model pre-trained on ImageNet-21k (14 million images, 21,843 classes) at resolution 224x224.
It was introduced in the paper An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale by Dosovitskiy et al. and first released in this repository.
Images are presented to the model as a sequence of fixed-size patches (resolution 16x16), which are linearly embedded.
Model Type: Image Classification
Model Architecture: Vision Transformer (ViT)