updated README.md
Browse files
README.md
CHANGED
@@ -254,6 +254,6 @@ against the original data provided by the researchers on [Zenodo](https://zenodo
|
|
254 |
|
255 |
### Known Issues/Bugs
|
256 |
|
257 |
-
1. Serializing data into Apache Arrow format
|
258 |
-
mask integer values that do not map exactly to
|
259 |
-
and temporary work-arounds.
|
|
|
254 |
|
255 |
### Known Issues/Bugs
|
256 |
|
257 |
+
1. Serializing data into Apache Arrow format is required to make the dataset available via HuggingFace's `datasets` library. However, it introduces some segmentation
|
258 |
+
mask integer values that do not map exactly to a defined [anatomical feature category](https://grand-challenge.org/algorithms/spider-baseline-iis/).
|
259 |
+
See the data loading [tutorial](tutorials/load_data.ipynb) for more information and temporary work-arounds.
|