akhra92 commited on
Commit
b79ab56
·
verified ·
1 Parent(s): bea2536

Upload model.meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model.meta.json +26 -0
model.meta.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_shape": [
3
+ 1,
4
+ 3,
5
+ 16,
6
+ 224,
7
+ 224
8
+ ],
9
+ "detect_threshold": 0.97,
10
+ "consec": 3,
11
+ "target_fps": 16,
12
+ "window_frames": 16,
13
+ "stride": 3,
14
+ "tolerance_s": 1.0,
15
+ "mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "std": [
21
+ 0.229,
22
+ 0.224,
23
+ 0.225
24
+ ],
25
+ "arch": "videomae_base"
26
+ }