set-detector / preprocessor_config.json
Oamitai's picture
Rename preprocessor_config.json.json to preprocessor_config.json
b2a81e4 verified
{
"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
}