Instructions to use rish13/anomaly-detector-videomae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rish13/anomaly-detector-videomae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="rish13/anomaly-detector-videomae")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("rish13/anomaly-detector-videomae") model = AutoModelForVideoClassification.from_pretrained("rish13/anomaly-detector-videomae") - Notebooks
- Google Colab
- Kaggle
Upload VideoMAEForVideoClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1215496248
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b380931915f5158e0da06c7ca71c0ef7d0dc43537bee36e1ee81ec632c8ef5b
|
| 3 |
size 1215496248
|