Upload folder using huggingface_hub
Browse files- preprocessor_config.json +39 -39
- video_preprocessor_config.json +41 -41
preprocessor_config.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
| 1 |
-
{
|
| 2 |
-
"crop_size": null,
|
| 3 |
-
"data_format": "channels_first",
|
| 4 |
-
"default_to_square": true,
|
| 5 |
-
"device": null,
|
| 6 |
-
"disable_grouping": null,
|
| 7 |
-
"do_center_crop": null,
|
| 8 |
-
"do_convert_rgb": true,
|
| 9 |
-
"do_normalize": true,
|
| 10 |
-
"do_pad": null,
|
| 11 |
-
"do_rescale": true,
|
| 12 |
-
"do_resize": true,
|
| 13 |
-
"image_mean": [
|
| 14 |
-
0.5,
|
| 15 |
-
0.5,
|
| 16 |
-
0.5
|
| 17 |
-
],
|
| 18 |
-
"image_processor_type": "Qwen2VLImageProcessorFast",
|
| 19 |
-
"image_std": [
|
| 20 |
-
0.5,
|
| 21 |
-
0.5,
|
| 22 |
-
0.5
|
| 23 |
-
],
|
| 24 |
-
"input_data_format": null,
|
| 25 |
-
"max_pixels": null,
|
| 26 |
-
"merge_size": 2,
|
| 27 |
-
"min_pixels": null,
|
| 28 |
-
"pad_size": null,
|
| 29 |
-
"patch_size": 16,
|
| 30 |
-
"processor_class": "Qwen3VLProcessor",
|
| 31 |
-
"resample": 3,
|
| 32 |
-
"rescale_factor": 0.00392156862745098,
|
| 33 |
-
"return_tensors": null,
|
| 34 |
-
"size": {
|
| 35 |
-
"longest_edge": 16777216,
|
| 36 |
-
"shortest_edge": 65536
|
| 37 |
-
},
|
| 38 |
-
"temporal_patch_size": 2
|
| 39 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": true,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_pad": null,
|
| 11 |
+
"do_rescale": true,
|
| 12 |
+
"do_resize": true,
|
| 13 |
+
"image_mean": [
|
| 14 |
+
0.5,
|
| 15 |
+
0.5,
|
| 16 |
+
0.5
|
| 17 |
+
],
|
| 18 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
| 19 |
+
"image_std": [
|
| 20 |
+
0.5,
|
| 21 |
+
0.5,
|
| 22 |
+
0.5
|
| 23 |
+
],
|
| 24 |
+
"input_data_format": null,
|
| 25 |
+
"max_pixels": null,
|
| 26 |
+
"merge_size": 2,
|
| 27 |
+
"min_pixels": null,
|
| 28 |
+
"pad_size": null,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"processor_class": "Qwen3VLProcessor",
|
| 31 |
+
"resample": 3,
|
| 32 |
+
"rescale_factor": 0.00392156862745098,
|
| 33 |
+
"return_tensors": null,
|
| 34 |
+
"size": {
|
| 35 |
+
"longest_edge": 16777216,
|
| 36 |
+
"shortest_edge": 65536
|
| 37 |
+
},
|
| 38 |
+
"temporal_patch_size": 2
|
| 39 |
+
}
|
video_preprocessor_config.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
| 1 |
-
{
|
| 2 |
-
"crop_size": null,
|
| 3 |
-
"data_format": "channels_first",
|
| 4 |
-
"default_to_square": true,
|
| 5 |
-
"device": null,
|
| 6 |
-
"do_center_crop": null,
|
| 7 |
-
"do_convert_rgb": true,
|
| 8 |
-
"do_normalize": true,
|
| 9 |
-
"do_rescale": true,
|
| 10 |
-
"do_resize": true,
|
| 11 |
-
"do_sample_frames": true,
|
| 12 |
-
"fps": 2,
|
| 13 |
-
"image_mean": [
|
| 14 |
-
0.5,
|
| 15 |
-
0.5,
|
| 16 |
-
0.5
|
| 17 |
-
],
|
| 18 |
-
"image_std": [
|
| 19 |
-
0.5,
|
| 20 |
-
0.5,
|
| 21 |
-
0.5
|
| 22 |
-
],
|
| 23 |
-
"input_data_format": null,
|
| 24 |
-
"max_frames": 768,
|
| 25 |
-
"merge_size": 2,
|
| 26 |
-
"min_frames": 4,
|
| 27 |
-
"num_frames": null,
|
| 28 |
-
"pad_size": null,
|
| 29 |
-
"patch_size": 16,
|
| 30 |
-
"processor_class": "Qwen3VLProcessor",
|
| 31 |
-
"resample": 3,
|
| 32 |
-
"rescale_factor": 0.00392156862745098,
|
| 33 |
-
"return_metadata": false,
|
| 34 |
-
"size": {
|
| 35 |
-
"longest_edge": 25165824,
|
| 36 |
-
"shortest_edge": 4096
|
| 37 |
-
},
|
| 38 |
-
"temporal_patch_size": 2,
|
| 39 |
-
"video_metadata": null,
|
| 40 |
-
"video_processor_type": "Qwen3VLVideoProcessor"
|
| 41 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"do_center_crop": null,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"do_sample_frames": true,
|
| 12 |
+
"fps": 2,
|
| 13 |
+
"image_mean": [
|
| 14 |
+
0.5,
|
| 15 |
+
0.5,
|
| 16 |
+
0.5
|
| 17 |
+
],
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.5,
|
| 20 |
+
0.5,
|
| 21 |
+
0.5
|
| 22 |
+
],
|
| 23 |
+
"input_data_format": null,
|
| 24 |
+
"max_frames": 768,
|
| 25 |
+
"merge_size": 2,
|
| 26 |
+
"min_frames": 4,
|
| 27 |
+
"num_frames": null,
|
| 28 |
+
"pad_size": null,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"processor_class": "Qwen3VLProcessor",
|
| 31 |
+
"resample": 3,
|
| 32 |
+
"rescale_factor": 0.00392156862745098,
|
| 33 |
+
"return_metadata": false,
|
| 34 |
+
"size": {
|
| 35 |
+
"longest_edge": 25165824,
|
| 36 |
+
"shortest_edge": 4096
|
| 37 |
+
},
|
| 38 |
+
"temporal_patch_size": 2,
|
| 39 |
+
"video_metadata": null,
|
| 40 |
+
"video_processor_type": "Qwen3VLVideoProcessor"
|
| 41 |
+
}
|