Sehyo yuchenxie commited on
Commit
dfd3d52
·
1 Parent(s): 736f9de

Create video_preprocessor_config.json (#5)

Browse files

- Create video_preprocessor_config.json (902c6cc20fd6093d20574061a0a8b5bd709ef137)


Co-authored-by: Yuchen Xie <yuchenxie@users.noreply.huggingface.co>

Files changed (1) hide show
  1. video_preprocessor_config.json +21 -0
video_preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 469762048,
4
+ "shortest_edge": 4096
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "video_processor_type": "Qwen3VLVideoProcessor"
21
+ }