YOLOv8Detection / preprocessor_config.json
jaimegarcia's picture
Update preprocessor_config.json
9f09818
{
"crop_size": {
"height": 640,
"width": 640
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.0,
0.0,
0.0
],
"image_processor_type": "MobileNetV2ImageProcessor",
"image_std": [
1.0,
1.0,
1.0
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 256
}
}