pcuenq HF staff commited on
Commit
3017089
·
verified ·
1 Parent(s): edf555f

video_sampling.longest_edge -> 512

Browse files

Otherwise I think frames will be extracted at 384 and then upsampled to 512 for processing.

Files changed (1) hide show
  1. 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": 384
33
  }
34
  }
35
  }
 
29
  "fps": 1,
30
  "max_frames": 64,
31
  "video_size": {
32
+ "longest_edge": 512
33
  }
34
  }
35
  }