Updated Croissant
Browse files- croissant.json +40 -6
croissant.json
CHANGED
@@ -1,22 +1,56 @@
|
|
1 |
{
|
2 |
"@context": {
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
},
|
8 |
|
9 |
"@type": "sc:Dataset",
|
10 |
"name": "EgoExOR",
|
|
|
11 |
"description": "EgoExOR: An Egocentric Exocentric Operating Room Dataset for Comprehensive Understanding of Surgical Activities",
|
12 |
"url": "https://huggingface.co/datasets/ardamamur/EgoExOR",
|
13 |
"version": "0.0",
|
14 |
"datePublished": "2025-05-06",
|
15 |
"license": "Apache-2.0",
|
16 |
"creator": [
|
17 |
-
{ "@type": "sc:Person", "name": "Arda Mamur", "affiliation": "Technical University of Munich" }
|
18 |
],
|
19 |
-
"conformsTo": "http://mlcommons.org/croissant/1.
|
|
|
20 |
|
21 |
"distribution": [
|
22 |
{
|
|
|
1 |
{
|
2 |
"@context": {
|
3 |
+
"@language":"en",
|
4 |
+
"@vocab":"https://schema.org/",
|
5 |
+
"arrayShape":"cr:arrayShape",
|
6 |
+
"citeAs":"cr:citeAs",
|
7 |
+
"column":"cr:column",
|
8 |
+
"conformsTo":"dct:conformsTo",
|
9 |
+
"cr":"http://mlcommons.org/croissant/",
|
10 |
+
"data":{"@id":"cr:data","@type":"@json"},
|
11 |
+
"dataBiases":"cr:dataBiases",
|
12 |
+
"dataCollection":"cr:dataCollection",
|
13 |
+
"dataType":{"@id":"cr:dataType","@type":"@vocab"},
|
14 |
+
"dct":"http://purl.org/dc/terms/",
|
15 |
+
"extract":"cr:extract",
|
16 |
+
"field":"cr:field",
|
17 |
+
"fileProperty":"cr:fileProperty",
|
18 |
+
"fileObject":"cr:fileObject",
|
19 |
+
"fileSet":"cr:fileSet",
|
20 |
+
"format":"cr:format",
|
21 |
+
"includes":"cr:includes",
|
22 |
+
"isArray":"cr:isArray",
|
23 |
+
"isLiveDataset":"cr:isLiveDataset",
|
24 |
+
"jsonPath":"cr:jsonPath",
|
25 |
+
"key":"cr:key","md5":"cr:md5",
|
26 |
+
"parentField":"cr:parentField",
|
27 |
+
"path":"cr:path",
|
28 |
+
"personalSensitiveInformation":"cr:personalSensitiveInformation",
|
29 |
+
"recordSet":"cr:recordSet",
|
30 |
+
"references":"cr:references",
|
31 |
+
"regex":"cr:regex",
|
32 |
+
"repeated":"cr:repeated",
|
33 |
+
"replace":"cr:replace",
|
34 |
+
"sc":"https://schema.org/",
|
35 |
+
"separator":"cr:separator",
|
36 |
+
"source":"cr:source",
|
37 |
+
"subField":"cr:subField",
|
38 |
+
"transform":"cr:transform"
|
39 |
},
|
40 |
|
41 |
"@type": "sc:Dataset",
|
42 |
"name": "EgoExOR",
|
43 |
+
"alternateName":["ardamamur/EgoExOR","EgoExOR: An Egocentric Exocentric Operating Room Dataset for Comprehensive Understanding of Surgical Activities"],
|
44 |
"description": "EgoExOR: An Egocentric Exocentric Operating Room Dataset for Comprehensive Understanding of Surgical Activities",
|
45 |
"url": "https://huggingface.co/datasets/ardamamur/EgoExOR",
|
46 |
"version": "0.0",
|
47 |
"datePublished": "2025-05-06",
|
48 |
"license": "Apache-2.0",
|
49 |
"creator": [
|
50 |
+
{ "@type": "sc:Person", "name": "Arda Mamur", "affiliation": "Technical University of Munich", "url":"https://huggingface.co/ardamamur" }
|
51 |
],
|
52 |
+
"conformsTo": "http://mlcommons.org/croissant/1.1",
|
53 |
+
"keywords":["English","apache-2.0","< 1K","imagefolder","Image","Datasets","Croissant","🇺🇸 Region: US","medical","surgrical_activities","egocentric","egoexo","scene_graph","operating_room"],
|
54 |
|
55 |
"distribution": [
|
56 |
{
|