CoolFace
Modelpublic

whyoke/object_detection_test_1

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes9downloads
preprocessor_config.json25 linesDownload Raw Back to root
1{2  "do_normalize": true,3  "do_pad": true,4  "do_rescale": true,5  "do_resize": true,6  "format": "coco_detection",7  "image_mean": [8    0.485,9    0.456,10    0.40611  ],12  "image_processor_type": "DetrImageProcessor",13  "image_std": [14    0.229,15    0.224,16    0.22517  ],18  "resample": 2,19  "rescale_factor": 0.00392156862745098,20  "size": {21    "longest_edge": 1333,22    "shortest_edge": 80023  }24}25