Datasets:
Upload class_map.json with huggingface_hub
Browse files- class_map.json +84 -0
class_map.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"segmentation_classes": {
|
| 3 |
+
"0": "Background",
|
| 4 |
+
"1": "Tool clasper",
|
| 5 |
+
"2": "Tool wrist",
|
| 6 |
+
"3": "Tool shaft",
|
| 7 |
+
"4": "Suturing needle",
|
| 8 |
+
"5": "Thread",
|
| 9 |
+
"6": "Suction tool",
|
| 10 |
+
"7": "Needle Holder",
|
| 11 |
+
"8": "Clamps",
|
| 12 |
+
"9": "Catheter"
|
| 13 |
+
},
|
| 14 |
+
"action_classes": {
|
| 15 |
+
"0": "Other",
|
| 16 |
+
"1": "Picking-up the needle",
|
| 17 |
+
"2": "Positioning the needle tip",
|
| 18 |
+
"3": "Pushing the needle through the tissue",
|
| 19 |
+
"4": "Pulling the needle out of the tissue",
|
| 20 |
+
"5": "Tying a knot",
|
| 21 |
+
"6": "Cutting the suture",
|
| 22 |
+
"7": "Returning/dropping the needle"
|
| 23 |
+
},
|
| 24 |
+
"note": "Action values on disk are 0-7; the upstream README table lists 1-8 and is off by one. Segmentation masks upstream are 3-channel RGB with R==G==B; stored here as single-channel.",
|
| 25 |
+
"challenge_subsets": {
|
| 26 |
+
"training_set_1": [
|
| 27 |
+
2,
|
| 28 |
+
4,
|
| 29 |
+
5,
|
| 30 |
+
6,
|
| 31 |
+
8,
|
| 32 |
+
9,
|
| 33 |
+
10,
|
| 34 |
+
11,
|
| 35 |
+
12,
|
| 36 |
+
15,
|
| 37 |
+
16,
|
| 38 |
+
17,
|
| 39 |
+
19
|
| 40 |
+
],
|
| 41 |
+
"training_set_2": [
|
| 42 |
+
1,
|
| 43 |
+
3,
|
| 44 |
+
7,
|
| 45 |
+
13,
|
| 46 |
+
14,
|
| 47 |
+
18,
|
| 48 |
+
20,
|
| 49 |
+
21,
|
| 50 |
+
22,
|
| 51 |
+
23,
|
| 52 |
+
24,
|
| 53 |
+
25,
|
| 54 |
+
26,
|
| 55 |
+
27,
|
| 56 |
+
28,
|
| 57 |
+
29,
|
| 58 |
+
30,
|
| 59 |
+
31,
|
| 60 |
+
32,
|
| 61 |
+
33,
|
| 62 |
+
34,
|
| 63 |
+
35,
|
| 64 |
+
36,
|
| 65 |
+
37,
|
| 66 |
+
38,
|
| 67 |
+
39,
|
| 68 |
+
40
|
| 69 |
+
],
|
| 70 |
+
"test": [
|
| 71 |
+
41,
|
| 72 |
+
42,
|
| 73 |
+
43,
|
| 74 |
+
44,
|
| 75 |
+
45,
|
| 76 |
+
46,
|
| 77 |
+
47,
|
| 78 |
+
48,
|
| 79 |
+
49,
|
| 80 |
+
50
|
| 81 |
+
],
|
| 82 |
+
"note": "training_set_2 is corrected: the upstream README duplicates video 34 and omits video 14."
|
| 83 |
+
}
|
| 84 |
+
}
|