CoolFace
Modelpublic

SAIFIINDUSTRIES/North-Micro-Vision-Instruct

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes14downloads
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  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_pad": null,11  "do_rescale": true,12  "do_resize": true,13  "image_mean": [14    0.5,15    0.5,16    0.517  ],18  "image_std": [19    0.5,20    0.5,21    0.522  ],23  "input_data_format": null,24  "merge_size": 2,25  "pad_size": null,26  "patch_size": 16,27  "processor_class": "CohereCompassProcessor",28  "resample": 3,29  "rescale_factor": 0.00392156862745098,30  "return_tensors": null,31  "size": {32    "longest_edge": 16777216,33    "shortest_edge": 6553634  },35  "temporal_patch_size": 2,36  "image_processor_type": "CohereCompassImageProcessor"37}38