CoolFace
Modelpublic

kevin-pek/nougat-api

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes18downloads
preprocessor_config.json28 linesDownload Raw Back to root
1{2  "do_align_long_axis": false,3  "do_crop_margin": true,4  "do_normalize": true,5  "do_pad": true,6  "do_rescale": true,7  "do_resize": true,8  "do_thumbnail": true,9  "image_mean": [10    0.485,11    0.456,12    0.40613  ],14  "image_processor_type": "NougatImageProcessor",15  "image_std": [16    0.229,17    0.224,18    0.22519  ],20  "processor_class": "NougatProcessor",21  "resample": 2,22  "rescale_factor": 0.00392156862745098,23  "size": {24    "height": 896,25    "width": 67226  }27}28