Upload dataset.json with huggingface_hub
Browse files- dataset.json +12 -0
dataset.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channel_names": {
|
| 3 |
+
"0": "CT"
|
| 4 |
+
},
|
| 5 |
+
"labels": {
|
| 6 |
+
"background": 0,
|
| 7 |
+
"surface": 1,
|
| 8 |
+
"interior": 2
|
| 9 |
+
},
|
| 10 |
+
"numTraining": 786,
|
| 11 |
+
"file_ending": ".tif"
|
| 12 |
+
}
|