receipt-detection / config.json
nvriese1's picture
Add config.json for offline SDK load_model (B338 tier-1 card)
126ff5b verified
Raw
History Blame Contribute Delete
313 Bytes
{
"_pictograph": {
"name": "Receipt Detection",
"model_type": "object_detection",
"architecture": "yolox",
"class_mapping": {
"classes": [
"receipt"
]
},
"input_shape": [
640,
640
]
},
"config": {
"model_size": "m",
"resolution": 640
}
}