Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Languages:
English
Size:
1K - 10K
License:
Add mapping file: mapping.json
Browse files- mapping.json +102 -0
mapping.json
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": [
|
3 |
+
"rah",
|
4 |
+
"Rock Abrasion Tool (RAT) Hole"
|
5 |
+
],
|
6 |
+
"1": [
|
7 |
+
"cla",
|
8 |
+
"Clasts"
|
9 |
+
],
|
10 |
+
"2": [
|
11 |
+
"dur",
|
12 |
+
"Dunes/Ripples"
|
13 |
+
],
|
14 |
+
"3": [
|
15 |
+
"soi",
|
16 |
+
"Soil"
|
17 |
+
],
|
18 |
+
"4": [
|
19 |
+
"roc",
|
20 |
+
"Rock Outcrops"
|
21 |
+
],
|
22 |
+
"5": [
|
23 |
+
"clr",
|
24 |
+
"Close-up Rock"
|
25 |
+
],
|
26 |
+
"6": [
|
27 |
+
"rab",
|
28 |
+
"Rock Abrasion Tool (RAT) Brushed Target"
|
29 |
+
],
|
30 |
+
"7": [
|
31 |
+
"div",
|
32 |
+
"Distant Vista"
|
33 |
+
],
|
34 |
+
"8": [
|
35 |
+
"rod",
|
36 |
+
"Rover Deck"
|
37 |
+
],
|
38 |
+
"9": [
|
39 |
+
"bso",
|
40 |
+
"Bright Soil"
|
41 |
+
],
|
42 |
+
"10": [
|
43 |
+
"flr",
|
44 |
+
"Float Rocks"
|
45 |
+
],
|
46 |
+
"11": [
|
47 |
+
"art",
|
48 |
+
"Artifacts"
|
49 |
+
],
|
50 |
+
"12": [
|
51 |
+
"pct",
|
52 |
+
"Pancam Calibration Target"
|
53 |
+
],
|
54 |
+
"13": [
|
55 |
+
"arh",
|
56 |
+
"Arm Hardware"
|
57 |
+
],
|
58 |
+
"14": [
|
59 |
+
"rrf",
|
60 |
+
"Rock (Round Features)"
|
61 |
+
],
|
62 |
+
"15": [
|
63 |
+
"sph",
|
64 |
+
"Spherules"
|
65 |
+
],
|
66 |
+
"16": [
|
67 |
+
"ohw",
|
68 |
+
"Other Hardware"
|
69 |
+
],
|
70 |
+
"17": [
|
71 |
+
"ast",
|
72 |
+
"Astronomy"
|
73 |
+
],
|
74 |
+
"18": [
|
75 |
+
"nbs",
|
76 |
+
"Nearby Surface"
|
77 |
+
],
|
78 |
+
"19": [
|
79 |
+
"rmi",
|
80 |
+
"Rocks (Misc)"
|
81 |
+
],
|
82 |
+
"20": [
|
83 |
+
"rtr",
|
84 |
+
"Rover Tracks"
|
85 |
+
],
|
86 |
+
"21": [
|
87 |
+
"sky",
|
88 |
+
"Sky"
|
89 |
+
],
|
90 |
+
"22": [
|
91 |
+
"rpa",
|
92 |
+
"Rover Parts"
|
93 |
+
],
|
94 |
+
"23": [
|
95 |
+
"rlf",
|
96 |
+
"Rock (Linear Features)"
|
97 |
+
],
|
98 |
+
"24": [
|
99 |
+
"sot",
|
100 |
+
"Soil Trench"
|
101 |
+
]
|
102 |
+
}
|