video_sampling.longest_edge -> 512
Browse filesOtherwise I think frames will be extracted at 384 and then upsampled to 512 for processing.
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"fps": 1,
|
30 |
"max_frames": 64,
|
31 |
"video_size": {
|
32 |
-
"longest_edge":
|
33 |
}
|
34 |
}
|
35 |
}
|
|
|
29 |
"fps": 1,
|
30 |
"max_frames": 64,
|
31 |
"video_size": {
|
32 |
+
"longest_edge": 512
|
33 |
}
|
34 |
}
|
35 |
}
|