SaiSrinivas03 commited on
Commit
0aa7a6a
·
verified ·
1 Parent(s): e2c505b

Update preprocessor_config.json

Browse files

New HuggingFace version (post v4.49) needs longest_edge, shortest_edge parameters in processor config JSON

Files changed (1) hide show
  1. preprocessor_config.json +3 -1
preprocessor_config.json CHANGED
@@ -23,7 +23,9 @@
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
  "max_pixels": 12845056,
26
- "min_pixels": 3136
 
 
27
  },
28
  "temporal_patch_size": 2
29
  }
 
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
  "max_pixels": 12845056,
26
+ "longest_edge":12845056,
27
+ "min_pixels": 3136,
28
+ "shortest_edge": 3136
29
  },
30
  "temporal_patch_size": 2
31
  }