video_preprocessor_config.json
1.3 KB · 72 lines · json Raw
1 {
2 "_valid_kwargs_names": [
3 "do_convert_rgb",
4 "do_resize",
5 "size",
6 "size_divisor",
7 "default_to_square",
8 "resample",
9 "do_rescale",
10 "rescale_factor",
11 "do_normalize",
12 "image_mean",
13 "image_std",
14 "do_pad",
15 "do_center_crop",
16 "crop_size",
17 "data_format",
18 "input_data_format",
19 "device"
20 ],
21 "crop_size": {
22 "height": 256,
23 "width": 256
24 },
25 "data_format": "channels_first",
26 "default_to_square": true,
27 "device": null,
28 "do_center_crop": true,
29 "do_convert_rgb": null,
30 "do_normalize": true,
31 "do_pad": null,
32 "do_rescale": true,
33 "do_resize": true,
34 "image_mean": [
35 0.485,
36 0.456,
37 0.406
38 ],
39 "image_std": [
40 0.229,
41 0.224,
42 0.225
43 ],
44 "input_data_format": null,
45 "model_valid_processing_keys": [
46 "do_convert_rgb",
47 "do_resize",
48 "size",
49 "size_divisor",
50 "default_to_square",
51 "resample",
52 "do_rescale",
53 "rescale_factor",
54 "do_normalize",
55 "image_mean",
56 "image_std",
57 "do_pad",
58 "do_center_crop",
59 "crop_size",
60 "data_format",
61 "input_data_format",
62 "device"
63 ],
64 "resample": 2,
65 "rescale_factor": 0.00392156862745098,
66 "size": {
67 "shortest_edge": 292
68 },
69 "size_divisor": null,
70 "video_processor_type": "VJEPA2VideoProcessor"
71 }
72