dinov3_vit_small_plus_lvd1689m / image_converter.json
prasadsachin's picture
Upload folder using huggingface_hub
09a6b22 verified
raw
history blame contribute delete
978 Bytes
{
"module": "keras_hub.src.models.dinov3.dinov3_image_converter",
"class_name": "DINOV3ImageConverter",
"config": {
"name": "dinov3_image_converter",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_size": [
224,
224
],
"scale": [
0.017124753831663668,
0.01750700280112045,
0.017429193899782133
],
"offset": [
-2.1179039301310043,
-2.0357142857142856,
-1.8044444444444445
],
"interpolation": "bilinear",
"antialias": true,
"crop_to_aspect_ratio": false,
"pad_to_aspect_ratio": false,
"bounding_box_format": "yxyx"
},
"registered_name": "keras_hub>DINOV3ImageConverter"
}