Datasets:
Update IBDColEpi.py
Browse files- IBDColEpi.py +1 -1
IBDColEpi.py
CHANGED
|
@@ -102,7 +102,7 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
|
|
| 102 |
elif self.config.name == "wsi-annotations":
|
| 103 |
features = datasets.Features(
|
| 104 |
{
|
| 105 |
-
"annotation": datasets.Value("string"),
|
| 106 |
# These are the features of your dataset like images, labels ...
|
| 107 |
}
|
| 108 |
)
|
|
|
|
| 102 |
elif self.config.name == "wsi-annotations":
|
| 103 |
features = datasets.Features(
|
| 104 |
{
|
| 105 |
+
"wsi-annotation": datasets.Value("string"),
|
| 106 |
# These are the features of your dataset like images, labels ...
|
| 107 |
}
|
| 108 |
)
|