STAS_detr-resnet-50 / preprocessor_config.json
gary109's picture
add model
e3828fe
raw
history blame contribute delete
No virus
304 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "DetrFeatureExtractor",
"format": "coco_detection",
"image_mean": [
0.82915811,
0.62166495,
0.77167108
],
"image_std": [
0.15466042,
0.26859298,
0.17018413
],
"max_size": 1333,
"size": 800
}