Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -0
preprocessor_config.json
CHANGED
@@ -24,6 +24,8 @@
|
|
24 |
"size": {
|
25 |
"max_pixels": 12845056,
|
26 |
"min_pixels": 3136
|
|
|
|
|
27 |
},
|
28 |
"temporal_patch_size": 2
|
29 |
}
|
|
|
24 |
"size": {
|
25 |
"max_pixels": 12845056,
|
26 |
"min_pixels": 3136
|
27 |
+
"longest_edge": 12845056,
|
28 |
+
"shortest_edge": 3136
|
29 |
},
|
30 |
"temporal_patch_size": 2
|
31 |
}
|