fix: fix typo in processor config
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -27,5 +27,5 @@
|
|
| 27 |
"longest_edge": 602112,
|
| 28 |
"shortest_edge": 3136
|
| 29 |
},
|
| 30 |
-
"temporal_patch_size": 2
|
| 31 |
}
|
|
|
|
| 27 |
"longest_edge": 602112,
|
| 28 |
"shortest_edge": 3136
|
| 29 |
},
|
| 30 |
+
"temporal_patch_size": 2
|
| 31 |
}
|