|
- {
- "about": {
- "datasetID": "object_dataset_1",
- "datasetName": "Images with some fake objects",
- "license": "CC0",
- "datasetSchemaVersion": "4.0.0",
- "redacted": false,
- "datasetVersion": "4.0.0",
- "digest": "46bd637354f1c71cbc5877c55cf97b0868f83eb2abd3a1a9ae88e6f3836524d1"
- },
- "dataResources": [
- {
- "resID": "0",
- "resPath": "media/",
- "resType": "image",
- "resFormat": {
- "image/png": [
- "png"
- ]
- },
- "isCollection": true
- },
- {
- "resID": "learningData",
- "resPath": "tables/learningData.csv",
- "resType": "table",
- "resFormat": {
- "text/csv": [
- "csv"
- ]
- },
- "isCollection": false,
- "columnsCount": 4,
- "columns": [
- {
- "colIndex": 0,
- "colName": "d3mIndex",
- "colType": "integer",
- "role": [
- "multiIndex"
- ]
- },
- {
- "colIndex": 1,
- "colName": "image",
- "colType": "string",
- "role": [
- "attribute"
- ],
- "refersTo": {
- "resID": "0",
- "resObject": "item"
- }
- },
- {
- "colIndex": 2,
- "colName": "color_not_class",
- "colType": "categorical",
- "role": [
- "suggestedTarget"
- ]
- },
- {
- "colIndex": 3,
- "colName": "bounding_polygon_area",
- "colType": "realVector",
- "role": [
- "suggestedTarget",
- "boundaryIndicator",
- "boundingPolygon"
- ],
- "refersTo": {
- "resID": "learningData",
- "resObject": {
- "columnName": "image"
- }
- }
- }
- ]
- }
- ]
- }
|