feat: Upload processor for merged model
Browse files
preprocessor_config.json
CHANGED
|
@@ -30,8 +30,8 @@
|
|
| 30 |
"rescale_factor": 0.00392156862745098,
|
| 31 |
"return_tensors": null,
|
| 32 |
"size": {
|
| 33 |
-
"longest_edge":
|
| 34 |
-
"shortest_edge":
|
| 35 |
},
|
| 36 |
"temporal_patch_size": 2
|
| 37 |
}
|
|
|
|
| 30 |
"rescale_factor": 0.00392156862745098,
|
| 31 |
"return_tensors": null,
|
| 32 |
"size": {
|
| 33 |
+
"longest_edge": 200704,
|
| 34 |
+
"shortest_edge": 100352
|
| 35 |
},
|
| 36 |
"temporal_patch_size": 2
|
| 37 |
}
|
video_preprocessor_config.json
CHANGED
|
@@ -33,8 +33,8 @@
|
|
| 33 |
"resample": 3,
|
| 34 |
"rescale_factor": 0.00392156862745098,
|
| 35 |
"size": {
|
| 36 |
-
"longest_edge":
|
| 37 |
-
"shortest_edge":
|
| 38 |
},
|
| 39 |
"size_divisor": null,
|
| 40 |
"temporal_patch_size": 2,
|
|
|
|
| 33 |
"resample": 3,
|
| 34 |
"rescale_factor": 0.00392156862745098,
|
| 35 |
"size": {
|
| 36 |
+
"longest_edge": 200704,
|
| 37 |
+
"shortest_edge": 100352
|
| 38 |
},
|
| 39 |
"size_divisor": null,
|
| 40 |
"temporal_patch_size": 2,
|