HyperCLOVAX-SEED-Vision-Instruct-3B / preprocessor_config.json
dong.hyun
HyperCLOVAX-Seed-Vision-3B
42c6bee
{
"processor_class": "HCXVisionProcessor",
"auto_map": {
"AutoProcessor": "preprocessor.HCXVisionProcessor"
},
"anyres": true,
"crop_size": {
"height": 378,
"width": 378
},
"do_center_crop": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"max_num_grids": 9,
"max_image_cnt": 12,
"num_queries_vis_abstractor": 81,
"num_queries_vis_abstractor_video_fast": 9,
"num_queries_vis_abstractor_video_slow": 81,
"first_last_frames_slow": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "HCXVisionProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"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
]
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 378
},
"unpad": true
}