CoolFace
Modelpublic

Roboflow/rf-detr-medium

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
6likes2.8kdownloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "do_convert_annotations": true,3  "do_normalize": true,4  "do_pad": true,5  "do_rescale": true,6  "do_resize": true,7  "format": "coco_detection",8  "image_mean": [9    0.485,10    0.456,11    0.40612  ],13  "image_processor_type": "RfDetrImageProcessor",14  "image_std": [15    0.229,16    0.224,17    0.22518  ],19  "resample": 2,20  "rescale_factor": 0.00392156862745098,21  "size": {22    "height": 576,23    "width": 57624  },25  "use_fast": true26}27