CoolFace
Modelpublic

trl-internal-testing/tiny-InternVLForConditionalGeneration

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes51kdownloads
video_preprocessor_config.json43 linesDownload Raw Back to root
1{2  "crop_size": null,3  "crop_to_patches": false,4  "data_format": "channels_first",5  "default_to_square": true,6  "device": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_rescale": true,11  "do_resize": true,12  "do_sample_frames": false,13  "fps": null,14  "image_mean": [15    0.485,16    0.456,17    0.40618  ],19  "image_processor_type": "GotOcr2ImageProcessorFast",20  "image_std": [21    0.229,22    0.224,23    0.22524  ],25  "initial_shift": true,26  "input_data_format": null,27  "max_patches": 12,28  "min_patches": 1,29  "num_frames": null,30  "pad_size": null,31  "processor_class": "InternVLProcessor",32  "resample": 3,33  "rescale_factor": 0.00392156862745098,34  "return_metadata": false,35  "return_tensors": null,36  "size": {37    "height": 448,38    "width": 44839  },40  "video_metadata": null,41  "video_processor_type": "InternVLVideoProcessor"42}43