jegormeister commited on
Commit
d0b4fe0
1 Parent(s): fb6268d

Update model using new conversion script

Browse files
Files changed (3) hide show
  1. config.json +808 -7
  2. preprocessor_config.json +4 -4
  3. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,29 +1,830 @@
1
  {
2
  "architectures": [
3
- "ViViTModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "hidden_act": "gelu_fast",
7
  "hidden_dropout_prob": 0.0,
8
  "hidden_size": 768,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "initializer_range": 0.02,
10
  "intermediate_size": 3072,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "layer_norm_eps": 1e-06,
12
  "model_type": "vivit",
13
  "num_attention_heads": 12,
14
  "num_channels": 3,
 
15
  "num_hidden_layers": 12,
16
  "qkv_bias": true,
17
  "torch_dtype": "float32",
18
- "transformers_version": "4.25.0.dev0",
19
  "tubelet_size": [
20
  2,
21
  16,
22
  16
23
- ],
24
- "video_size": [
25
- 32,
26
- 224,
27
- 224
28
  ]
29
  }
 
1
  {
2
  "architectures": [
3
+ "VivitForVideoClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "hidden_act": "gelu_fast",
7
  "hidden_dropout_prob": 0.0,
8
  "hidden_size": 768,
9
+ "id2label": {
10
+ "0": "abseiling",
11
+ "1": "air drumming",
12
+ "2": "answering questions",
13
+ "3": "applauding",
14
+ "4": "applying cream",
15
+ "5": "archery",
16
+ "6": "arm wrestling",
17
+ "7": "arranging flowers",
18
+ "8": "assembling computer",
19
+ "9": "auctioning",
20
+ "10": "baby waking up",
21
+ "11": "baking cookies",
22
+ "12": "balloon blowing",
23
+ "13": "bandaging",
24
+ "14": "barbequing",
25
+ "15": "bartending",
26
+ "16": "beatboxing",
27
+ "17": "bee keeping",
28
+ "18": "belly dancing",
29
+ "19": "bench pressing",
30
+ "20": "bending back",
31
+ "21": "bending metal",
32
+ "22": "biking through snow",
33
+ "23": "blasting sand",
34
+ "24": "blowing glass",
35
+ "25": "blowing leaves",
36
+ "26": "blowing nose",
37
+ "27": "blowing out candles",
38
+ "28": "bobsledding",
39
+ "29": "bookbinding",
40
+ "30": "bouncing on trampoline",
41
+ "31": "bowling",
42
+ "32": "braiding hair",
43
+ "33": "breading or breadcrumbing",
44
+ "34": "breakdancing",
45
+ "35": "brush painting",
46
+ "36": "brushing hair",
47
+ "37": "brushing teeth",
48
+ "38": "building cabinet",
49
+ "39": "building shed",
50
+ "40": "bungee jumping",
51
+ "41": "busking",
52
+ "42": "canoeing or kayaking",
53
+ "43": "capoeira",
54
+ "44": "carrying baby",
55
+ "45": "cartwheeling",
56
+ "46": "carving pumpkin",
57
+ "47": "catching fish",
58
+ "48": "catching or throwing baseball",
59
+ "49": "catching or throwing frisbee",
60
+ "50": "catching or throwing softball",
61
+ "51": "celebrating",
62
+ "52": "changing oil",
63
+ "53": "changing wheel",
64
+ "54": "checking tires",
65
+ "55": "cheerleading",
66
+ "56": "chopping wood",
67
+ "57": "clapping",
68
+ "58": "clay pottery making",
69
+ "59": "clean and jerk",
70
+ "60": "cleaning floor",
71
+ "61": "cleaning gutters",
72
+ "62": "cleaning pool",
73
+ "63": "cleaning shoes",
74
+ "64": "cleaning toilet",
75
+ "65": "cleaning windows",
76
+ "66": "climbing a rope",
77
+ "67": "climbing ladder",
78
+ "68": "climbing tree",
79
+ "69": "contact juggling",
80
+ "70": "cooking chicken",
81
+ "71": "cooking egg",
82
+ "72": "cooking on campfire",
83
+ "73": "cooking sausages",
84
+ "74": "counting money",
85
+ "75": "country line dancing",
86
+ "76": "cracking neck",
87
+ "77": "crawling baby",
88
+ "78": "crossing river",
89
+ "79": "crying",
90
+ "80": "curling hair",
91
+ "81": "cutting nails",
92
+ "82": "cutting pineapple",
93
+ "83": "cutting watermelon",
94
+ "84": "dancing ballet",
95
+ "85": "dancing charleston",
96
+ "86": "dancing gangnam style",
97
+ "87": "dancing macarena",
98
+ "88": "deadlifting",
99
+ "89": "decorating the christmas tree",
100
+ "90": "digging",
101
+ "91": "dining",
102
+ "92": "disc golfing",
103
+ "93": "diving cliff",
104
+ "94": "dodgeball",
105
+ "95": "doing aerobics",
106
+ "96": "doing laundry",
107
+ "97": "doing nails",
108
+ "98": "drawing",
109
+ "99": "dribbling basketball",
110
+ "100": "drinking",
111
+ "101": "drinking beer",
112
+ "102": "drinking shots",
113
+ "103": "driving car",
114
+ "104": "driving tractor",
115
+ "105": "drop kicking",
116
+ "106": "drumming fingers",
117
+ "107": "dunking basketball",
118
+ "108": "dying hair",
119
+ "109": "eating burger",
120
+ "110": "eating cake",
121
+ "111": "eating carrots",
122
+ "112": "eating chips",
123
+ "113": "eating doughnuts",
124
+ "114": "eating hotdog",
125
+ "115": "eating ice cream",
126
+ "116": "eating spaghetti",
127
+ "117": "eating watermelon",
128
+ "118": "egg hunting",
129
+ "119": "exercising arm",
130
+ "120": "exercising with an exercise ball",
131
+ "121": "extinguishing fire",
132
+ "122": "faceplanting",
133
+ "123": "feeding birds",
134
+ "124": "feeding fish",
135
+ "125": "feeding goats",
136
+ "126": "filling eyebrows",
137
+ "127": "finger snapping",
138
+ "128": "fixing hair",
139
+ "129": "flipping pancake",
140
+ "130": "flying kite",
141
+ "131": "folding clothes",
142
+ "132": "folding napkins",
143
+ "133": "folding paper",
144
+ "134": "front raises",
145
+ "135": "frying vegetables",
146
+ "136": "garbage collecting",
147
+ "137": "gargling",
148
+ "138": "getting a haircut",
149
+ "139": "getting a tattoo",
150
+ "140": "giving or receiving award",
151
+ "141": "golf chipping",
152
+ "142": "golf driving",
153
+ "143": "golf putting",
154
+ "144": "grinding meat",
155
+ "145": "grooming dog",
156
+ "146": "grooming horse",
157
+ "147": "gymnastics tumbling",
158
+ "148": "hammer throw",
159
+ "149": "headbanging",
160
+ "150": "headbutting",
161
+ "151": "high jump",
162
+ "152": "high kick",
163
+ "153": "hitting baseball",
164
+ "154": "hockey stop",
165
+ "155": "holding snake",
166
+ "156": "hopscotch",
167
+ "157": "hoverboarding",
168
+ "158": "hugging",
169
+ "159": "hula hooping",
170
+ "160": "hurdling",
171
+ "161": "hurling (sport)",
172
+ "162": "ice climbing",
173
+ "163": "ice fishing",
174
+ "164": "ice skating",
175
+ "165": "ironing",
176
+ "166": "javelin throw",
177
+ "167": "jetskiing",
178
+ "168": "jogging",
179
+ "169": "juggling balls",
180
+ "170": "juggling fire",
181
+ "171": "juggling soccer ball",
182
+ "172": "jumping into pool",
183
+ "173": "jumpstyle dancing",
184
+ "174": "kicking field goal",
185
+ "175": "kicking soccer ball",
186
+ "176": "kissing",
187
+ "177": "kitesurfing",
188
+ "178": "knitting",
189
+ "179": "krumping",
190
+ "180": "laughing",
191
+ "181": "laying bricks",
192
+ "182": "long jump",
193
+ "183": "lunge",
194
+ "184": "making a cake",
195
+ "185": "making a sandwich",
196
+ "186": "making bed",
197
+ "187": "making jewelry",
198
+ "188": "making pizza",
199
+ "189": "making snowman",
200
+ "190": "making sushi",
201
+ "191": "making tea",
202
+ "192": "marching",
203
+ "193": "massaging back",
204
+ "194": "massaging feet",
205
+ "195": "massaging legs",
206
+ "196": "massaging person's head",
207
+ "197": "milking cow",
208
+ "198": "mopping floor",
209
+ "199": "motorcycling",
210
+ "200": "moving furniture",
211
+ "201": "mowing lawn",
212
+ "202": "news anchoring",
213
+ "203": "opening bottle",
214
+ "204": "opening present",
215
+ "205": "paragliding",
216
+ "206": "parasailing",
217
+ "207": "parkour",
218
+ "208": "passing American football (in game)",
219
+ "209": "passing American football (not in game)",
220
+ "210": "peeling apples",
221
+ "211": "peeling potatoes",
222
+ "212": "petting animal (not cat)",
223
+ "213": "petting cat",
224
+ "214": "picking fruit",
225
+ "215": "planting trees",
226
+ "216": "plastering",
227
+ "217": "playing accordion",
228
+ "218": "playing badminton",
229
+ "219": "playing bagpipes",
230
+ "220": "playing basketball",
231
+ "221": "playing bass guitar",
232
+ "222": "playing cards",
233
+ "223": "playing cello",
234
+ "224": "playing chess",
235
+ "225": "playing clarinet",
236
+ "226": "playing controller",
237
+ "227": "playing cricket",
238
+ "228": "playing cymbals",
239
+ "229": "playing didgeridoo",
240
+ "230": "playing drums",
241
+ "231": "playing flute",
242
+ "232": "playing guitar",
243
+ "233": "playing harmonica",
244
+ "234": "playing harp",
245
+ "235": "playing ice hockey",
246
+ "236": "playing keyboard",
247
+ "237": "playing kickball",
248
+ "238": "playing monopoly",
249
+ "239": "playing organ",
250
+ "240": "playing paintball",
251
+ "241": "playing piano",
252
+ "242": "playing poker",
253
+ "243": "playing recorder",
254
+ "244": "playing saxophone",
255
+ "245": "playing squash or racquetball",
256
+ "246": "playing tennis",
257
+ "247": "playing trombone",
258
+ "248": "playing trumpet",
259
+ "249": "playing ukulele",
260
+ "250": "playing violin",
261
+ "251": "playing volleyball",
262
+ "252": "playing xylophone",
263
+ "253": "pole vault",
264
+ "254": "presenting weather forecast",
265
+ "255": "pull ups",
266
+ "256": "pumping fist",
267
+ "257": "pumping gas",
268
+ "258": "punching bag",
269
+ "259": "punching person (boxing)",
270
+ "260": "push up",
271
+ "261": "pushing car",
272
+ "262": "pushing cart",
273
+ "263": "pushing wheelchair",
274
+ "264": "reading book",
275
+ "265": "reading newspaper",
276
+ "266": "recording music",
277
+ "267": "riding a bike",
278
+ "268": "riding camel",
279
+ "269": "riding elephant",
280
+ "270": "riding mechanical bull",
281
+ "271": "riding mountain bike",
282
+ "272": "riding mule",
283
+ "273": "riding or walking with horse",
284
+ "274": "riding scooter",
285
+ "275": "riding unicycle",
286
+ "276": "ripping paper",
287
+ "277": "robot dancing",
288
+ "278": "rock climbing",
289
+ "279": "rock scissors paper",
290
+ "280": "roller skating",
291
+ "281": "running on treadmill",
292
+ "282": "sailing",
293
+ "283": "salsa dancing",
294
+ "284": "sanding floor",
295
+ "285": "scrambling eggs",
296
+ "286": "scuba diving",
297
+ "287": "setting table",
298
+ "288": "shaking hands",
299
+ "289": "shaking head",
300
+ "290": "sharpening knives",
301
+ "291": "sharpening pencil",
302
+ "292": "shaving head",
303
+ "293": "shaving legs",
304
+ "294": "shearing sheep",
305
+ "295": "shining shoes",
306
+ "296": "shooting basketball",
307
+ "297": "shooting goal (soccer)",
308
+ "298": "shot put",
309
+ "299": "shoveling snow",
310
+ "300": "shredding paper",
311
+ "301": "shuffling cards",
312
+ "302": "side kick",
313
+ "303": "sign language interpreting",
314
+ "304": "singing",
315
+ "305": "situp",
316
+ "306": "skateboarding",
317
+ "307": "ski jumping",
318
+ "308": "skiing (not slalom or crosscountry)",
319
+ "309": "skiing crosscountry",
320
+ "310": "skiing slalom",
321
+ "311": "skipping rope",
322
+ "312": "skydiving",
323
+ "313": "slacklining",
324
+ "314": "slapping",
325
+ "315": "sled dog racing",
326
+ "316": "smoking",
327
+ "317": "smoking hookah",
328
+ "318": "snatch weight lifting",
329
+ "319": "sneezing",
330
+ "320": "sniffing",
331
+ "321": "snorkeling",
332
+ "322": "snowboarding",
333
+ "323": "snowkiting",
334
+ "324": "snowmobiling",
335
+ "325": "somersaulting",
336
+ "326": "spinning poi",
337
+ "327": "spray painting",
338
+ "328": "spraying",
339
+ "329": "springboard diving",
340
+ "330": "squat",
341
+ "331": "sticking tongue out",
342
+ "332": "stomping grapes",
343
+ "333": "stretching arm",
344
+ "334": "stretching leg",
345
+ "335": "strumming guitar",
346
+ "336": "surfing crowd",
347
+ "337": "surfing water",
348
+ "338": "sweeping floor",
349
+ "339": "swimming backstroke",
350
+ "340": "swimming breast stroke",
351
+ "341": "swimming butterfly stroke",
352
+ "342": "swing dancing",
353
+ "343": "swinging legs",
354
+ "344": "swinging on something",
355
+ "345": "sword fighting",
356
+ "346": "tai chi",
357
+ "347": "taking a shower",
358
+ "348": "tango dancing",
359
+ "349": "tap dancing",
360
+ "350": "tapping guitar",
361
+ "351": "tapping pen",
362
+ "352": "tasting beer",
363
+ "353": "tasting food",
364
+ "354": "testifying",
365
+ "355": "texting",
366
+ "356": "throwing axe",
367
+ "357": "throwing ball",
368
+ "358": "throwing discus",
369
+ "359": "tickling",
370
+ "360": "tobogganing",
371
+ "361": "tossing coin",
372
+ "362": "tossing salad",
373
+ "363": "training dog",
374
+ "364": "trapezing",
375
+ "365": "trimming or shaving beard",
376
+ "366": "trimming trees",
377
+ "367": "triple jump",
378
+ "368": "tying bow tie",
379
+ "369": "tying knot (not on a tie)",
380
+ "370": "tying tie",
381
+ "371": "unboxing",
382
+ "372": "unloading truck",
383
+ "373": "using computer",
384
+ "374": "using remote controller (not gaming)",
385
+ "375": "using segway",
386
+ "376": "vault",
387
+ "377": "waiting in line",
388
+ "378": "walking the dog",
389
+ "379": "washing dishes",
390
+ "380": "washing feet",
391
+ "381": "washing hair",
392
+ "382": "washing hands",
393
+ "383": "water skiing",
394
+ "384": "water sliding",
395
+ "385": "watering plants",
396
+ "386": "waxing back",
397
+ "387": "waxing chest",
398
+ "388": "waxing eyebrows",
399
+ "389": "waxing legs",
400
+ "390": "weaving basket",
401
+ "391": "welding",
402
+ "392": "whistling",
403
+ "393": "windsurfing",
404
+ "394": "wrapping present",
405
+ "395": "wrestling",
406
+ "396": "writing",
407
+ "397": "yawning",
408
+ "398": "yoga",
409
+ "399": "zumba"
410
+ },
411
+ "image_size": 224,
412
  "initializer_range": 0.02,
413
  "intermediate_size": 3072,
414
+ "label2id": {
415
+ "abseiling": 0,
416
+ "air drumming": 1,
417
+ "answering questions": 2,
418
+ "applauding": 3,
419
+ "applying cream": 4,
420
+ "archery": 5,
421
+ "arm wrestling": 6,
422
+ "arranging flowers": 7,
423
+ "assembling computer": 8,
424
+ "auctioning": 9,
425
+ "baby waking up": 10,
426
+ "baking cookies": 11,
427
+ "balloon blowing": 12,
428
+ "bandaging": 13,
429
+ "barbequing": 14,
430
+ "bartending": 15,
431
+ "beatboxing": 16,
432
+ "bee keeping": 17,
433
+ "belly dancing": 18,
434
+ "bench pressing": 19,
435
+ "bending back": 20,
436
+ "bending metal": 21,
437
+ "biking through snow": 22,
438
+ "blasting sand": 23,
439
+ "blowing glass": 24,
440
+ "blowing leaves": 25,
441
+ "blowing nose": 26,
442
+ "blowing out candles": 27,
443
+ "bobsledding": 28,
444
+ "bookbinding": 29,
445
+ "bouncing on trampoline": 30,
446
+ "bowling": 31,
447
+ "braiding hair": 32,
448
+ "breading or breadcrumbing": 33,
449
+ "breakdancing": 34,
450
+ "brush painting": 35,
451
+ "brushing hair": 36,
452
+ "brushing teeth": 37,
453
+ "building cabinet": 38,
454
+ "building shed": 39,
455
+ "bungee jumping": 40,
456
+ "busking": 41,
457
+ "canoeing or kayaking": 42,
458
+ "capoeira": 43,
459
+ "carrying baby": 44,
460
+ "cartwheeling": 45,
461
+ "carving pumpkin": 46,
462
+ "catching fish": 47,
463
+ "catching or throwing baseball": 48,
464
+ "catching or throwing frisbee": 49,
465
+ "catching or throwing softball": 50,
466
+ "celebrating": 51,
467
+ "changing oil": 52,
468
+ "changing wheel": 53,
469
+ "checking tires": 54,
470
+ "cheerleading": 55,
471
+ "chopping wood": 56,
472
+ "clapping": 57,
473
+ "clay pottery making": 58,
474
+ "clean and jerk": 59,
475
+ "cleaning floor": 60,
476
+ "cleaning gutters": 61,
477
+ "cleaning pool": 62,
478
+ "cleaning shoes": 63,
479
+ "cleaning toilet": 64,
480
+ "cleaning windows": 65,
481
+ "climbing a rope": 66,
482
+ "climbing ladder": 67,
483
+ "climbing tree": 68,
484
+ "contact juggling": 69,
485
+ "cooking chicken": 70,
486
+ "cooking egg": 71,
487
+ "cooking on campfire": 72,
488
+ "cooking sausages": 73,
489
+ "counting money": 74,
490
+ "country line dancing": 75,
491
+ "cracking neck": 76,
492
+ "crawling baby": 77,
493
+ "crossing river": 78,
494
+ "crying": 79,
495
+ "curling hair": 80,
496
+ "cutting nails": 81,
497
+ "cutting pineapple": 82,
498
+ "cutting watermelon": 83,
499
+ "dancing ballet": 84,
500
+ "dancing charleston": 85,
501
+ "dancing gangnam style": 86,
502
+ "dancing macarena": 87,
503
+ "deadlifting": 88,
504
+ "decorating the christmas tree": 89,
505
+ "digging": 90,
506
+ "dining": 91,
507
+ "disc golfing": 92,
508
+ "diving cliff": 93,
509
+ "dodgeball": 94,
510
+ "doing aerobics": 95,
511
+ "doing laundry": 96,
512
+ "doing nails": 97,
513
+ "drawing": 98,
514
+ "dribbling basketball": 99,
515
+ "drinking": 100,
516
+ "drinking beer": 101,
517
+ "drinking shots": 102,
518
+ "driving car": 103,
519
+ "driving tractor": 104,
520
+ "drop kicking": 105,
521
+ "drumming fingers": 106,
522
+ "dunking basketball": 107,
523
+ "dying hair": 108,
524
+ "eating burger": 109,
525
+ "eating cake": 110,
526
+ "eating carrots": 111,
527
+ "eating chips": 112,
528
+ "eating doughnuts": 113,
529
+ "eating hotdog": 114,
530
+ "eating ice cream": 115,
531
+ "eating spaghetti": 116,
532
+ "eating watermelon": 117,
533
+ "egg hunting": 118,
534
+ "exercising arm": 119,
535
+ "exercising with an exercise ball": 120,
536
+ "extinguishing fire": 121,
537
+ "faceplanting": 122,
538
+ "feeding birds": 123,
539
+ "feeding fish": 124,
540
+ "feeding goats": 125,
541
+ "filling eyebrows": 126,
542
+ "finger snapping": 127,
543
+ "fixing hair": 128,
544
+ "flipping pancake": 129,
545
+ "flying kite": 130,
546
+ "folding clothes": 131,
547
+ "folding napkins": 132,
548
+ "folding paper": 133,
549
+ "front raises": 134,
550
+ "frying vegetables": 135,
551
+ "garbage collecting": 136,
552
+ "gargling": 137,
553
+ "getting a haircut": 138,
554
+ "getting a tattoo": 139,
555
+ "giving or receiving award": 140,
556
+ "golf chipping": 141,
557
+ "golf driving": 142,
558
+ "golf putting": 143,
559
+ "grinding meat": 144,
560
+ "grooming dog": 145,
561
+ "grooming horse": 146,
562
+ "gymnastics tumbling": 147,
563
+ "hammer throw": 148,
564
+ "headbanging": 149,
565
+ "headbutting": 150,
566
+ "high jump": 151,
567
+ "high kick": 152,
568
+ "hitting baseball": 153,
569
+ "hockey stop": 154,
570
+ "holding snake": 155,
571
+ "hopscotch": 156,
572
+ "hoverboarding": 157,
573
+ "hugging": 158,
574
+ "hula hooping": 159,
575
+ "hurdling": 160,
576
+ "hurling (sport)": 161,
577
+ "ice climbing": 162,
578
+ "ice fishing": 163,
579
+ "ice skating": 164,
580
+ "ironing": 165,
581
+ "javelin throw": 166,
582
+ "jetskiing": 167,
583
+ "jogging": 168,
584
+ "juggling balls": 169,
585
+ "juggling fire": 170,
586
+ "juggling soccer ball": 171,
587
+ "jumping into pool": 172,
588
+ "jumpstyle dancing": 173,
589
+ "kicking field goal": 174,
590
+ "kicking soccer ball": 175,
591
+ "kissing": 176,
592
+ "kitesurfing": 177,
593
+ "knitting": 178,
594
+ "krumping": 179,
595
+ "laughing": 180,
596
+ "laying bricks": 181,
597
+ "long jump": 182,
598
+ "lunge": 183,
599
+ "making a cake": 184,
600
+ "making a sandwich": 185,
601
+ "making bed": 186,
602
+ "making jewelry": 187,
603
+ "making pizza": 188,
604
+ "making snowman": 189,
605
+ "making sushi": 190,
606
+ "making tea": 191,
607
+ "marching": 192,
608
+ "massaging back": 193,
609
+ "massaging feet": 194,
610
+ "massaging legs": 195,
611
+ "massaging person's head": 196,
612
+ "milking cow": 197,
613
+ "mopping floor": 198,
614
+ "motorcycling": 199,
615
+ "moving furniture": 200,
616
+ "mowing lawn": 201,
617
+ "news anchoring": 202,
618
+ "opening bottle": 203,
619
+ "opening present": 204,
620
+ "paragliding": 205,
621
+ "parasailing": 206,
622
+ "parkour": 207,
623
+ "passing American football (in game)": 208,
624
+ "passing American football (not in game)": 209,
625
+ "peeling apples": 210,
626
+ "peeling potatoes": 211,
627
+ "petting animal (not cat)": 212,
628
+ "petting cat": 213,
629
+ "picking fruit": 214,
630
+ "planting trees": 215,
631
+ "plastering": 216,
632
+ "playing accordion": 217,
633
+ "playing badminton": 218,
634
+ "playing bagpipes": 219,
635
+ "playing basketball": 220,
636
+ "playing bass guitar": 221,
637
+ "playing cards": 222,
638
+ "playing cello": 223,
639
+ "playing chess": 224,
640
+ "playing clarinet": 225,
641
+ "playing controller": 226,
642
+ "playing cricket": 227,
643
+ "playing cymbals": 228,
644
+ "playing didgeridoo": 229,
645
+ "playing drums": 230,
646
+ "playing flute": 231,
647
+ "playing guitar": 232,
648
+ "playing harmonica": 233,
649
+ "playing harp": 234,
650
+ "playing ice hockey": 235,
651
+ "playing keyboard": 236,
652
+ "playing kickball": 237,
653
+ "playing monopoly": 238,
654
+ "playing organ": 239,
655
+ "playing paintball": 240,
656
+ "playing piano": 241,
657
+ "playing poker": 242,
658
+ "playing recorder": 243,
659
+ "playing saxophone": 244,
660
+ "playing squash or racquetball": 245,
661
+ "playing tennis": 246,
662
+ "playing trombone": 247,
663
+ "playing trumpet": 248,
664
+ "playing ukulele": 249,
665
+ "playing violin": 250,
666
+ "playing volleyball": 251,
667
+ "playing xylophone": 252,
668
+ "pole vault": 253,
669
+ "presenting weather forecast": 254,
670
+ "pull ups": 255,
671
+ "pumping fist": 256,
672
+ "pumping gas": 257,
673
+ "punching bag": 258,
674
+ "punching person (boxing)": 259,
675
+ "push up": 260,
676
+ "pushing car": 261,
677
+ "pushing cart": 262,
678
+ "pushing wheelchair": 263,
679
+ "reading book": 264,
680
+ "reading newspaper": 265,
681
+ "recording music": 266,
682
+ "riding a bike": 267,
683
+ "riding camel": 268,
684
+ "riding elephant": 269,
685
+ "riding mechanical bull": 270,
686
+ "riding mountain bike": 271,
687
+ "riding mule": 272,
688
+ "riding or walking with horse": 273,
689
+ "riding scooter": 274,
690
+ "riding unicycle": 275,
691
+ "ripping paper": 276,
692
+ "robot dancing": 277,
693
+ "rock climbing": 278,
694
+ "rock scissors paper": 279,
695
+ "roller skating": 280,
696
+ "running on treadmill": 281,
697
+ "sailing": 282,
698
+ "salsa dancing": 283,
699
+ "sanding floor": 284,
700
+ "scrambling eggs": 285,
701
+ "scuba diving": 286,
702
+ "setting table": 287,
703
+ "shaking hands": 288,
704
+ "shaking head": 289,
705
+ "sharpening knives": 290,
706
+ "sharpening pencil": 291,
707
+ "shaving head": 292,
708
+ "shaving legs": 293,
709
+ "shearing sheep": 294,
710
+ "shining shoes": 295,
711
+ "shooting basketball": 296,
712
+ "shooting goal (soccer)": 297,
713
+ "shot put": 298,
714
+ "shoveling snow": 299,
715
+ "shredding paper": 300,
716
+ "shuffling cards": 301,
717
+ "side kick": 302,
718
+ "sign language interpreting": 303,
719
+ "singing": 304,
720
+ "situp": 305,
721
+ "skateboarding": 306,
722
+ "ski jumping": 307,
723
+ "skiing (not slalom or crosscountry)": 308,
724
+ "skiing crosscountry": 309,
725
+ "skiing slalom": 310,
726
+ "skipping rope": 311,
727
+ "skydiving": 312,
728
+ "slacklining": 313,
729
+ "slapping": 314,
730
+ "sled dog racing": 315,
731
+ "smoking": 316,
732
+ "smoking hookah": 317,
733
+ "snatch weight lifting": 318,
734
+ "sneezing": 319,
735
+ "sniffing": 320,
736
+ "snorkeling": 321,
737
+ "snowboarding": 322,
738
+ "snowkiting": 323,
739
+ "snowmobiling": 324,
740
+ "somersaulting": 325,
741
+ "spinning poi": 326,
742
+ "spray painting": 327,
743
+ "spraying": 328,
744
+ "springboard diving": 329,
745
+ "squat": 330,
746
+ "sticking tongue out": 331,
747
+ "stomping grapes": 332,
748
+ "stretching arm": 333,
749
+ "stretching leg": 334,
750
+ "strumming guitar": 335,
751
+ "surfing crowd": 336,
752
+ "surfing water": 337,
753
+ "sweeping floor": 338,
754
+ "swimming backstroke": 339,
755
+ "swimming breast stroke": 340,
756
+ "swimming butterfly stroke": 341,
757
+ "swing dancing": 342,
758
+ "swinging legs": 343,
759
+ "swinging on something": 344,
760
+ "sword fighting": 345,
761
+ "tai chi": 346,
762
+ "taking a shower": 347,
763
+ "tango dancing": 348,
764
+ "tap dancing": 349,
765
+ "tapping guitar": 350,
766
+ "tapping pen": 351,
767
+ "tasting beer": 352,
768
+ "tasting food": 353,
769
+ "testifying": 354,
770
+ "texting": 355,
771
+ "throwing axe": 356,
772
+ "throwing ball": 357,
773
+ "throwing discus": 358,
774
+ "tickling": 359,
775
+ "tobogganing": 360,
776
+ "tossing coin": 361,
777
+ "tossing salad": 362,
778
+ "training dog": 363,
779
+ "trapezing": 364,
780
+ "trimming or shaving beard": 365,
781
+ "trimming trees": 366,
782
+ "triple jump": 367,
783
+ "tying bow tie": 368,
784
+ "tying knot (not on a tie)": 369,
785
+ "tying tie": 370,
786
+ "unboxing": 371,
787
+ "unloading truck": 372,
788
+ "using computer": 373,
789
+ "using remote controller (not gaming)": 374,
790
+ "using segway": 375,
791
+ "vault": 376,
792
+ "waiting in line": 377,
793
+ "walking the dog": 378,
794
+ "washing dishes": 379,
795
+ "washing feet": 380,
796
+ "washing hair": 381,
797
+ "washing hands": 382,
798
+ "water skiing": 383,
799
+ "water sliding": 384,
800
+ "watering plants": 385,
801
+ "waxing back": 386,
802
+ "waxing chest": 387,
803
+ "waxing eyebrows": 388,
804
+ "waxing legs": 389,
805
+ "weaving basket": 390,
806
+ "welding": 391,
807
+ "whistling": 392,
808
+ "windsurfing": 393,
809
+ "wrapping present": 394,
810
+ "wrestling": 395,
811
+ "writing": 396,
812
+ "yawning": 397,
813
+ "yoga": 398,
814
+ "zumba": 399
815
+ },
816
  "layer_norm_eps": 1e-06,
817
  "model_type": "vivit",
818
  "num_attention_heads": 12,
819
  "num_channels": 3,
820
+ "num_frames": 32,
821
  "num_hidden_layers": 12,
822
  "qkv_bias": true,
823
  "torch_dtype": "float32",
824
+ "transformers_version": "4.27.0.dev0",
825
  "tubelet_size": [
826
  2,
827
  16,
828
  16
 
 
 
 
 
829
  ]
830
  }
preprocessor_config.json CHANGED
@@ -4,15 +4,16 @@
4
  "width": 224
5
  },
6
  "do_center_crop": true,
7
- "do_normalize": true,
8
  "do_rescale": true,
9
  "do_resize": true,
 
10
  "image_mean": [
11
  0.5,
12
  0.5,
13
  0.5
14
  ],
15
- "image_processor_type": "ViViTImageProcessor",
16
  "image_std": [
17
  0.5,
18
  0.5,
@@ -21,7 +22,6 @@
21
  "resample": 2,
22
  "rescale_factor": 0.00392156862745098,
23
  "size": {
24
- "shortest_edge": 224
25
  }
26
  }
27
-
 
4
  "width": 224
5
  },
6
  "do_center_crop": true,
7
+ "do_normalize": false,
8
  "do_rescale": true,
9
  "do_resize": true,
10
+ "do_zero_centering": true,
11
  "image_mean": [
12
  0.5,
13
  0.5,
14
  0.5
15
  ],
16
+ "image_processor_type": "VivitImageProcessor",
17
  "image_std": [
18
  0.5,
19
  0.5,
 
22
  "resample": 2,
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
+ "shortest_edge": 256
26
  }
27
  }
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8ae9680e7048587ae4b1e566b4b4ecedc7203447f06c2e7d52bcc99e7698b3b
3
- size 354649381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160c79526e796d6101c4d9d0fe4000e26a6098a4d8e97f4cb8935fa6deb060d0
3
+ size 355881581