CoolFace
Modelpublic

DVLe/LLaVA-0.5B-ClassificationOnly

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
video_preprocessor_config.json38 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": false,5  "device": null,6  "do_center_crop": null,7  "do_convert_rgb": true,8  "do_normalize": true,9  "do_pad": true,10  "do_rescale": true,11  "do_resize": true,12  "do_sample_frames": false,13  "fps": null,14  "image_mean": [15    0.5,16    0.5,17    0.518  ],19  "image_std": [20    0.5,21    0.5,22    0.523  ],24  "input_data_format": null,25  "num_frames": null,26  "processor_class": "LlavaOnevisionProcessor",27  "resample": 3,28  "rescale_factor": 0.00392156862745098,29  "return_metadata": false,30  "size": {31    "height": 384,32    "width": 38433  },34  "size_divisor": null,35  "video_metadata": null,36  "video_processor_type": "LlavaOnevisionVideoProcessor"37}38