forked from huawei/mindspore2022
33 lines
487 B
JSON
33 lines
487 B
JSON
{
|
|
"columns": {
|
|
"image": {
|
|
"type": "uint8",
|
|
"rank": 1
|
|
},
|
|
"label" : {
|
|
"type": "string",
|
|
"rank": 1
|
|
},
|
|
"id" : {
|
|
"type": "int64",
|
|
"rank": 0
|
|
},
|
|
"_priority" : {
|
|
"type": "float64",
|
|
"rank": 0
|
|
},
|
|
"_embedding" : {
|
|
"type": "uint8",
|
|
"rank": 1
|
|
},
|
|
"_segmented_image" : {
|
|
"type": "uint8",
|
|
"rank": 1
|
|
},
|
|
"_processed_image" : {
|
|
"type": "uint8",
|
|
"rank": 1
|
|
}
|
|
}
|
|
}
|