初始化项目,由ModelHub XC社区提供模型
Model: llava-hf/llava-onevision-qwen2-0.5b-ov-hf Source: Original Platform
This commit is contained in:
33
video_preprocessor_config.json
Normal file
33
video_preprocessor_config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"crop_size": null,
|
||||
"default_to_square": false,
|
||||
"do_center_crop": null,
|
||||
"do_convert_rgb": true,
|
||||
"do_normalize": true,
|
||||
"do_pad": true,
|
||||
"do_rescale": true,
|
||||
"do_resize": true,
|
||||
"do_sample_frames": false,
|
||||
"fps": null,
|
||||
"image_mean": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"image_std": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"num_frames": null,
|
||||
"processor_class": "LlavaOnevisionProcessor",
|
||||
"resample": 3,
|
||||
"rescale_factor": 0.00392156862745098,
|
||||
"size": {
|
||||
"height": 384,
|
||||
"width": 384
|
||||
},
|
||||
"size_divisor": null,
|
||||
"video_metadata": null,
|
||||
"video_processor_type": "LlavaOnevisionVideoProcessor"
|
||||
}
|
||||
Reference in New Issue
Block a user