forked from mindspore-Ecosystem/mindspore
17 lines
246 B
JSON
17 lines
246 B
JSON
|
|
{
|
||
|
|
"datasetType": "MANIFEST",
|
||
|
|
"numRows": 3,
|
||
|
|
"columns": {
|
||
|
|
"image": {
|
||
|
|
"type": "uint8",
|
||
|
|
"rank": 1,
|
||
|
|
"t_impl": "cvmat"
|
||
|
|
},
|
||
|
|
"label" : {
|
||
|
|
"type": "uint32",
|
||
|
|
"rank": 1,
|
||
|
|
"t_impl": "flex"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|