CoolFace
Modelpublic

MSALab/PerceptionDLM-Base

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
6likes68downloads
preprocessor_config.json28 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "processing_dmllm.DMLLMProcessor"4  },5  "do_convert_rgb": null,6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_processor_type": "SiglipImageProcessor",15  "image_std": [16    0.5,17    0.5,18    0.519  ],20  "processor_class": "DMLLMProcessor",21  "resample": 2,22  "rescale_factor": 0.00392156862745098,23  "size": {24    "height": 512,25    "width": 51226  }27}28