Proposed video configuration
Browse files- processor_config.json +24 -1
processor_config.json
CHANGED
|
@@ -46,5 +46,28 @@
|
|
| 46 |
"rescale_factor": 0.00392156862745098
|
| 47 |
},
|
| 48 |
"image_seq_length": 280,
|
| 49 |
-
"processor_class": "Gemma4Processor"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
}
|
|
|
|
| 46 |
"rescale_factor": 0.00392156862745098
|
| 47 |
},
|
| 48 |
"image_seq_length": 280,
|
| 49 |
+
"processor_class": "Gemma4Processor",
|
| 50 |
+
"video_processor": {
|
| 51 |
+
"do_convert_rgb": true,
|
| 52 |
+
"do_normalize": false,
|
| 53 |
+
"do_rescale": true,
|
| 54 |
+
"do_resize": true,
|
| 55 |
+
"image_mean": [
|
| 56 |
+
0.0,
|
| 57 |
+
0.0,
|
| 58 |
+
0.0
|
| 59 |
+
],
|
| 60 |
+
"image_processor_type": "Gemma4ImageProcessor",
|
| 61 |
+
"image_seq_length": 280,
|
| 62 |
+
"image_std": [
|
| 63 |
+
1.0,
|
| 64 |
+
1.0,
|
| 65 |
+
1.0
|
| 66 |
+
],
|
| 67 |
+
"max_soft_tokens": 70,
|
| 68 |
+
"patch_size": 16,
|
| 69 |
+
"pooling_kernel_size": 3,
|
| 70 |
+
"resample": 3,
|
| 71 |
+
"rescale_factor": 0.00392156862745098
|
| 72 |
+
}
|
| 73 |
}
|