test / preprocessor_config.json
nanashi7744's picture
Update preprocessor_config.json
dbdf348 verified
raw
history blame contribute delete
164 Bytes
{
"image_size": [640, 640],
"normalization": {
"mean": [0.5, 0.5, 0.5],
"std": [0.5, 0.5, 0.5]
},
"aug": {
"flip": true,
"rotate": 15
}
}