MolParser-Mobile / preprocessor_config.json
AI4Industry's picture
Upload MolParser-Mobile
c81207b verified
Raw
History Blame Contribute Delete
374 Bytes
{
"image_processor_type": "MolParserImageProcessor",
"model_name": "MolParser Mobile",
"auto_map": {
"AutoImageProcessor": "image_processing_molparser_mobile.MolParserImageProcessor"
},
"image_size": 224,
"do_resize": true,
"do_normalize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
]
}