CoolFace
Modelpublic

hf-tiny-v2/tiny-random-CohereCompassVisionModel

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes7downloads
preprocessor_config.json29 linesDownload Raw Back to root
1{2  "data_format": "channels_first",3  "default_to_square": false,4  "do_convert_rgb": true,5  "do_normalize": true,6  "do_rescale": true,7  "do_resize": true,8  "image_mean": [9    0.5,10    0.5,11    0.512  ],13  "image_processor_type": "CohereCompassImageProcessor",14  "image_std": [15    0.5,16    0.5,17    0.518  ],19  "merge_size": 2,20  "patch_size": 16,21  "resample": 3,22  "rescale_factor": 0.00392156862745098,23  "size": {24    "longest_edge": 16777216,25    "shortest_edge": 6553626  },27  "temporal_patch_size": 228}29