Error: “Unknown Dataset Type” When Importing Custom COCO Dataset into OpenVINO™ Deep Learning Workbench (DL Workbench)
Content Type: Error Messages | Article ID: 000089260 | Last Reviewed: 05/20/2022
{
"images": [<images>],
"annotations": [<annotations>]
}
Error occurred while uploading dataset: Unknown dataset type
OpenVINO™ DL Workbench recognizes the annotated dataset as COCO dataset format by checking the JSON file.
{
"info": <info>,
"images": [<images>],
"licenses": [<licenses>],
"annotations": [<annotations>]
}
|-- val
|-- 0001.jpg
|-- 0002.jpg
...
|-- n.jpg
|-- annotations
|-- instances_val.json
Refer to Dataset Types for more information regarding the various dataset use cases and dataset structures for DL Workbench.