CoolFace
Modelpublic

Dexmal/DM05-Table30v2-UR5

sourceHugging Facegemmaupdated 2mo agoView on Hugging Face
0likes16downloads
processor_config.json30 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_convert_rgb": null,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": "Gemma3ImageProcessorFast",14    "image_seq_length": 256,15    "image_std": [16      0.5,17      0.5,18      0.519    ],20    "resample": 2,21    "rescale_factor": 0.00392156862745098,22    "size": {23      "height": 448,24      "width": 44825    }26  },27  "image_seq_length": 256,28  "processor_class": "Gemma3Processor"29}30