You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload pics version of emotion detection model which detects faces using haarscascade and passes the image(converted to numpy array) to the ViT transformer model which in turn predicts the emotions. There are 5 classes or Emotions that the model was trained on. Happy, Sad, Angry, Surprised and Neutral.
This repository offers a straightforward implementation of Vision Transformers (ViT), specifically designed for computer vision tasks using PyTorch. Dive into efficient and practical transformer applications for image recognition.
Classification system for identifying different breeds of dogs using cutting-edge vision transformer models. The models used include ViT, Swin, BEiT, DeiT, and LeViT.