File size: 335 Bytes
782e476 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"partition": "test",
"No_of_files": 5,
"features": [
"image_left",
"action",
"folder_name"
],
"image_shape": [
256,
256,
4
],
"image_datatype": "uint8",
"action_shape": [
1,
2
],
"action_datatype": "float32",
"folder_name_shape": [
1
],
"folder_name_datatype": "string"
} |