CoolFace
Modelpublic

nvidia/C-RADIOv4-H

sourceHugging Faceotherupdated 8mo agoView on Hugging Face
84likes31kdownloads
preprocessor_config.json17 linesDownload Raw Back to root
1{2  "crop_size": {3    "height": 512,4    "width": 5125  },6  "do_center_crop": false,7  "do_convert_rgb": true,8  "do_normalize": false,9  "do_rescale": true,10  "do_resize": false,  11  "image_processor_type": "CLIPImageProcessor",  12  "processor_class": "CLIPProcessor",13  "resample": 3,14  "size": {15    "shortest_edge": 51216  }17}