CoolFace
Modelpublic

hf-tiny-v2/tiny-random-CohereCompassVisionModel

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes7downloads
video_preprocessor_config.json32 linesDownload Raw Back to root
1{2  "do_convert_rgb": true,3  "do_normalize": true,4  "do_rescale": true,5  "do_resize": true,6  "do_sample_frames": true,7  "fps": 2,8  "image_mean": [9    0.5,10    0.5,11    0.512  ],13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "max_frames": 768,19  "merge_size": 2,20  "min_frames": 4,21  "patch_size": 16,22  "resample": 3,23  "rescale_factor": 0.00392156862745098,24  "return_metadata": false,25  "size": {26    "longest_edge": 25165824,27    "shortest_edge": 409628  },29  "temporal_patch_size": 2,30  "video_processor_type": "CohereCompassVideoProcessor"31}32