CoolFace
Modelpublic

Intel/dpt-large

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
208likes41kdownloads
preprocessor_config.json20 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_resize": true,4  "ensure_multiple_of": 1,5  "feature_extractor_type": "DPTFeatureExtractor",6  "image_mean": [7    0.5,8    0.5,9    0.510  ],11  "image_std": [12    0.5,13    0.5,14    0.515  ],16  "keep_aspect_ratio": false,17  "resample": 2,18  "size": 38419}20