add preprocessor config

This commit is contained in:
nateraw 2021-05-23 20:02:13 -06:00
parent 3da95f8bff
commit b3bbed06c7
1 changed files with 15 additions and 0 deletions

15
preprocessor_config.json Normal file
View File

@ -0,0 +1,15 @@
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}