CoolFace
Modelpublic

NotShrirang/detr-for-engineering-drawing-object-detection

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes60downloads
preprocessor_config.json30 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.406
12  ],
13  "image_processor_type": "DetrImageProcessor",
14  "image_std": [
15    0.229,
16    0.224,
17    0.225
18  ],
19  "pad_size": {
20    "height": 480,
21    "width": 480
22  },
23  "resample": 2,
24  "rescale_factor": 0.00392156862745098,
25  "size": {
26    "max_height": 480,
27    "max_width": 480
28  }
29}
30