初始化项目,由ModelHub XC社区提供模型
Model: naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B Source: Original Platform
This commit is contained in:
135
preprocessor_config.json
Normal file
135
preprocessor_config.json
Normal file
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"anyres": true,
|
||||
"auto_map": {
|
||||
"AutoImageProcessor": "image_processing_hyperclovax.HCXImageProcessor",
|
||||
"AutoProcessor": "processing_hyperclovax.HCXProcessor"
|
||||
},
|
||||
"crop_size": {
|
||||
"height": 378,
|
||||
"width": 378
|
||||
},
|
||||
"do_center_crop": true,
|
||||
"do_convert_rgb": true,
|
||||
"do_normalize": true,
|
||||
"do_rescale": true,
|
||||
"do_resize": true,
|
||||
"image_mean": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"image_processor_class": "AutoImageProcessor",
|
||||
"image_processor_type": "HCXImageProcessor",
|
||||
"image_std": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"num_queries_vis_abstractor_image": 81,
|
||||
"num_queries_vis_abstractor_video_slow": 81,
|
||||
"num_queries_vis_abstractor_video_fast": 9,
|
||||
"first_last_frames_slow_video": false,
|
||||
"pad_to_square": true,
|
||||
"patch_size": 14,
|
||||
"possible_resolutions": [
|
||||
[
|
||||
378,
|
||||
378
|
||||
],
|
||||
[
|
||||
378,
|
||||
756
|
||||
],
|
||||
[
|
||||
378,
|
||||
1134
|
||||
],
|
||||
[
|
||||
378,
|
||||
1512
|
||||
],
|
||||
[
|
||||
378,
|
||||
1890
|
||||
],
|
||||
[
|
||||
378,
|
||||
2268
|
||||
],
|
||||
[
|
||||
378,
|
||||
2646
|
||||
],
|
||||
[
|
||||
378,
|
||||
3024
|
||||
],
|
||||
[
|
||||
378,
|
||||
3402
|
||||
],
|
||||
[
|
||||
756,
|
||||
378
|
||||
],
|
||||
[
|
||||
756,
|
||||
756
|
||||
],
|
||||
[
|
||||
756,
|
||||
1134
|
||||
],
|
||||
[
|
||||
756,
|
||||
1512
|
||||
],
|
||||
[
|
||||
1134,
|
||||
378
|
||||
],
|
||||
[
|
||||
1134,
|
||||
756
|
||||
],
|
||||
[
|
||||
1134,
|
||||
1134
|
||||
],
|
||||
[
|
||||
1512,
|
||||
378
|
||||
],
|
||||
[
|
||||
1512,
|
||||
756
|
||||
],
|
||||
[
|
||||
1890,
|
||||
378
|
||||
],
|
||||
[
|
||||
2268,
|
||||
378
|
||||
],
|
||||
[
|
||||
2646,
|
||||
378
|
||||
],
|
||||
[
|
||||
3024,
|
||||
378
|
||||
],
|
||||
[
|
||||
3402,
|
||||
378
|
||||
]
|
||||
],
|
||||
"processor_class": "HCXProcessor",
|
||||
"resample": 2,
|
||||
"rescale_factor": 0.00392156862745098,
|
||||
"size": {
|
||||
"shortest_edge": 378
|
||||
},
|
||||
"unpad": true
|
||||
}
|
||||
Reference in New Issue
Block a user