初始化项目,由ModelHub XC社区提供模型
Model: OpenGVLab/InternVL3_5-14B Source: Original Platform
This commit is contained in:
70
video_preprocessor_config.json
Normal file
70
video_preprocessor_config.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_valid_kwargs_names": [
|
||||
"do_convert_rgb",
|
||||
"do_resize",
|
||||
"size",
|
||||
"size_divisor",
|
||||
"default_to_square",
|
||||
"resample",
|
||||
"do_rescale",
|
||||
"rescale_factor",
|
||||
"do_normalize",
|
||||
"image_mean",
|
||||
"image_std",
|
||||
"do_pad",
|
||||
"do_center_crop",
|
||||
"crop_size",
|
||||
"data_format",
|
||||
"input_data_format",
|
||||
"device"
|
||||
],
|
||||
"crop_size": null,
|
||||
"data_format": "channels_first",
|
||||
"default_to_square": true,
|
||||
"device": null,
|
||||
"do_center_crop": null,
|
||||
"do_convert_rgb": true,
|
||||
"do_normalize": true,
|
||||
"do_pad": null,
|
||||
"do_rescale": true,
|
||||
"do_resize": true,
|
||||
"image_mean": [
|
||||
0.48145466,
|
||||
0.4578275,
|
||||
0.40821073
|
||||
],
|
||||
"image_std": [
|
||||
0.26862954,
|
||||
0.26130258,
|
||||
0.27577711
|
||||
],
|
||||
"input_data_format": null,
|
||||
"model_valid_processing_keys": [
|
||||
"do_convert_rgb",
|
||||
"do_resize",
|
||||
"size",
|
||||
"size_divisor",
|
||||
"default_to_square",
|
||||
"resample",
|
||||
"do_rescale",
|
||||
"rescale_factor",
|
||||
"do_normalize",
|
||||
"image_mean",
|
||||
"image_std",
|
||||
"do_pad",
|
||||
"do_center_crop",
|
||||
"crop_size",
|
||||
"data_format",
|
||||
"input_data_format",
|
||||
"device"
|
||||
],
|
||||
"processor_class": "InternVLProcessor",
|
||||
"resample": 3,
|
||||
"rescale_factor": 0.00392156862745098,
|
||||
"size": {
|
||||
"height": 384,
|
||||
"width": 384
|
||||
},
|
||||
"size_divisor": null,
|
||||
"video_processor_type": "InternVLVideoProcessor"
|
||||
}
|
||||
Reference in New Issue
Block a user