CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-ConditionalDetrForObjectDetection

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes10downloads
preprocessor_config.json26 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_pad": true,4  "do_rescale": true,5  "do_resize": true,6  "feature_extractor_type": "ConditionalDetrFeatureExtractor",7  "format": "coco_detection",8  "image_mean": [9    0.485,10    0.456,11    0.40612  ],13  "image_processor_type": "ConditionalDetrImageProcessor",14  "image_std": [15    0.229,16    0.224,17    0.22518  ],19  "resample": 2,20  "rescale_factor": 0.00392156862745098,21  "size": {22    "longest_edge": 1333,23    "shortest_edge": 80024  }25}26