CoolFace
Modelpublic

cdameron1024/trashify-object-detector

sourceHugging Faceupdated 12d agoView on Hugging Face
0likes31downloads
preprocessor_config.json29 linesDownload Raw Back to root
1{2  "data_format": "channels_first",3  "default_to_square": false,4  "do_convert_annotations": true,5  "do_normalize": false,6  "do_pad": true,7  "do_rescale": true,8  "do_resize": true,9  "format": "coco_detection",10  "image_mean": [11    0.485,12    0.456,13    0.40614  ],15  "image_processor_type": "RTDetrImageProcessor",16  "image_std": [17    0.229,18    0.224,19    0.22520  ],21  "resample": 2,22  "rescale_factor": 0.00392156862745098,23  "return_segmentation_masks": false,24  "size": {25    "longest_edge": 640,26    "shortest_edge": 64027  }28}29