27 lines
677 B
JSON
27 lines
677 B
JSON
{
|
|
"launchers": [
|
|
{
|
|
"framework": "dlsdk",
|
|
"adapter": "classification"
|
|
}
|
|
],
|
|
"datasets": [
|
|
{
|
|
"name": "imagenet_1000_classes",
|
|
"annotation_conversion": {
|
|
"converter": "imagenet",
|
|
"annotation_file": "val.txt"
|
|
},
|
|
"annotation": "imagenet1000.pickle",
|
|
"data_source": "ILSVRC2012_img_val",
|
|
"reader": "pillow_imread",
|
|
"preprocessing": [
|
|
{
|
|
"type": "crop",
|
|
"size": 12,
|
|
"use_pillow": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |