Instructions to use bhaswata08/MAEFORMER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bhaswata08/MAEFORMER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="bhaswata08/MAEFORMER")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("bhaswata08/MAEFORMER") model = AutoModelForVideoClassification.from_pretrained("bhaswata08/MAEFORMER") - Notebooks
- Google Colab
- Kaggle
Create README.md
#1
by pranjalkar9 - opened
This is the chkpt file after 3 runs using MaeFormer for Sign Language Recognition based on ISL Dataset.
Merge it!
bhaswata08 changed pull request status to merged