trendyol-dino-v2.1-ecommerce-256d / preprocessor_config.json
Aalpk's picture
Publish Trendyol DinoV2.1 ecommerce 256d (GeM run_12 epoch=09)
3f2ab17 verified
Raw
History Blame Contribute Delete
568 Bytes
{
"image_processor_type": "TrendyolDinoV21ImageProcessor",
"processor_class": "TrendyolDinoV21ImageProcessor",
"auto_map": {
"AutoImageProcessor": "image_processing_trendyol_dinov2_v21.TrendyolDinoV21ImageProcessor"
},
"input_size": 224,
"pad_color": 255,
"do_normalize": true,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"do_resize": true,
"size": {"height": 224, "width": 224},
"do_convert_rgb": true,
"transforms": [
"ScaleImage",
"PadToSquare",
"Resize",
"ToTensor",
"Normalize"
]
}