File size: 731 Bytes
b29a790
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
base_model: google/vivit-b-16x2
tags:
- cctv-surveillance
- video-classification
metrics:
- accuracy
- f1
- recall
- precision
---

## Model Performance

The model achieved the following scores on the evaluation dataset:

- **Accuracy**: 94.6%
- **F1 Score**: 94.3%
- **Recall**: 94.6%
- **Precision**: 94.5%

## Intended Use & Limitations

- **Best for:** CCTV footage analysis, anomaly detection  
- **Not suitable for:** Non-surveillance video types, real-time processing with limited hardware  

## Training Details

- **Learning Rate:** 5e-6  
- **Batch Size:** 2  
- **Optimizer:** Adam  
- **Training Steps:** 4176  

## Framework Versions

- Transformers: 4.39.3  
- PyTorch: 2.1.2  
- Datasets: 2.18.0