File size: 303 Bytes
02667ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"image_processor_type": "YoloImageProcessor",
"size": {
"height": 512,
"width": 512
},
"do_normalize": true,
"do_resize": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_pad": true,
"padding_value": 114,
"format": "pytorch",
"do_convert_rgb": true
}
|