CoolFace
Modelpublic

hf-tiny-v2/tiny-random-RTDetrV2Model

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes90downloads
preprocessor_config.json30 linesDownload Raw Back to root
1{2  "crop_size": {3    "height": 64,4    "width": 645  },6  "do_convert_annotations": true,7  "do_normalize": false,8  "do_pad": false,9  "do_rescale": true,10  "do_resize": true,11  "format": "coco_detection",12  "image_mean": [13    0.485,14    0.456,15    0.40616  ],17  "image_processor_type": "RTDetrImageProcessor",18  "image_std": [19    0.229,20    0.224,21    0.22522  ],23  "resample": 2,24  "rescale_factor": 0.00392156862745098,25  "size": {26    "height": 64,27    "width": 6428  }29}30