Chris Oswald
commited on
Commit
·
e2c0319
1
Parent(s):
4097551
added features
Browse files
SPIDER.py
CHANGED
@@ -250,6 +250,26 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
250 |
"Disc bulging": datasets.Value(dtype="string"),
|
251 |
"Pfirrman grade": datasets.Value(dtype="string"),
|
252 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
}
|
254 |
})
|
255 |
|
|
|
250 |
"Disc bulging": datasets.Value(dtype="string"),
|
251 |
"Pfirrman grade": datasets.Value(dtype="string"),
|
252 |
},
|
253 |
+
"IVD8": {
|
254 |
+
"Modic": datasets.Value(dtype="string"),
|
255 |
+
"UP endplate": datasets.Value(dtype="string"),
|
256 |
+
"LOW endplate": datasets.Value(dtype="string"),
|
257 |
+
"Spondylolisthesis": datasets.Value(dtype="string"),
|
258 |
+
"Disc herniation": datasets.Value(dtype="string"),
|
259 |
+
"Disc narrowing": datasets.Value(dtype="string"),
|
260 |
+
"Disc bulging": datasets.Value(dtype="string"),
|
261 |
+
"Pfirrman grade": datasets.Value(dtype="string"),
|
262 |
+
},
|
263 |
+
"IVD9": {
|
264 |
+
"Modic": datasets.Value(dtype="string"),
|
265 |
+
"UP endplate": datasets.Value(dtype="string"),
|
266 |
+
"LOW endplate": datasets.Value(dtype="string"),
|
267 |
+
"Spondylolisthesis": datasets.Value(dtype="string"),
|
268 |
+
"Disc herniation": datasets.Value(dtype="string"),
|
269 |
+
"Disc narrowing": datasets.Value(dtype="string"),
|
270 |
+
"Disc bulging": datasets.Value(dtype="string"),
|
271 |
+
"Pfirrman grade": datasets.Value(dtype="string"),
|
272 |
+
},
|
273 |
}
|
274 |
})
|
275 |
|