Datasets:
ccvl
/

DOI:
License:
ImageNet3D / archived /imagenet3d_v1.json
wufeim's picture
Rename imagenet3d_v1.json to archived/imagenet3d_v1.json
ee3621a verified
raw
history blame
3.07 kB
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"examples": {
"@id": "cr:examples",
"@type": "@json"
},
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
"repeated": "cr:repeated",
"replace": "cr:replace",
"sc": "https://schema.org/",
"separator": "cr:separator",
"source": "cr:source",
"subField": "cr:subField",
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"name": "ImageNet3D",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"license": "https://creativecommons.org/licenses/by-nc/4.0/",
"url": "https://github.com/wufeim/imagenet3d",
"version": "1.0",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "imagenet3d_v1.zip",
"name": "imagenet3d_v1.zip",
"contentUrl": "https://huggingface.co/datasets/ccvl/ImageNet3D/resolve/main/imagenet3d_v1.zip",
"encodingFormat": "application/zip",
"sha256": "082b53b5fdded3381989b9d035abb53700e9de8294576399e33a61736f72c51b"
},
{
"@type": "cr:FileObject",
"@id": "info",
"name": "info",
"containedIn": {
"@id": "imagenet3d_v1.zip"
},
"contentUrl": "imagenet3d_v1/info.json",
"encodingFormat": "application/json"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "imagenet3d_v1",
"name": "imagenet3d_v1",
"field": [
{
"@type": "cr:Field",
"@id": "imagenet3d_v1/sample_name",
"name": "sample_name",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "info"
},
"extract": {
"jsonPath": "$.samples[*]"
}
}
}
]
}
]
}