Align patch_size between image and video processing (#1)
Browse files- Align patch_size between image and video processing (b3d10b7f64b43ffec4a67c3adb04e2a70b5f34ef)
Co-authored-by: Iaroslav Tarkan <yatarkan@users.noreply.huggingface.co>
- processor_config.json +1 -1
processor_config.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
| 69 |
],
|
| 70 |
"max_soft_tokens": 70,
|
| 71 |
"num_frames": 32,
|
| 72 |
-
"patch_size":
|
| 73 |
"pooling_kernel_size": 3,
|
| 74 |
"resample": 3,
|
| 75 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
| 69 |
],
|
| 70 |
"max_soft_tokens": 70,
|
| 71 |
"num_frames": 32,
|
| 72 |
+
"patch_size": 2,
|
| 73 |
"pooling_kernel_size": 3,
|
| 74 |
"resample": 3,
|
| 75 |
"rescale_factor": 0.00392156862745098,
|