cdoswald commited on
Commit
a0fe88b
1 Parent(s): 497e081

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -74,7 +74,7 @@ In addition to the information in this README, several detailed tutorials are pr
74
 
75
  - [Disclaimer](https://huggingface.co/datasets/cdoswald/SPIDER#disclaimer)
76
 
77
- - [Known Issues/Bugs](https://huggingface.co/datasets/cdoswald/SPIDER#known-issues-bugs)
78
 
79
  <br>
80
 
@@ -235,7 +235,7 @@ An additional hidden test set provided by the paper authors
235
  Note that all images are rescaled to have pixel intensities in the range `[0, 255]` (i.e., unsigned 8-bit integers)
236
  for compatibility with the HuggingFace `datasets` library. If you want to use the original resolution, you can
237
  load the original images from the local cache indicated in each example's `image_path` and `mask_path` features.
238
- See the data loading [tutorial](tutorials/load_data.ipynb) for more information.
239
 
240
  # Additional Information
241
 
@@ -252,4 +252,8 @@ The dataset is published under a CC-BY 4.0 license: https://creativecommons.org/
252
  I am not affiliated in any way with the aforementioned paper, researchers, or organizations. Please validate any findings using this curated dataset
253
  against the original data provided by the researchers on [Zenodo](https://zenodo.org/records/8009680).)
254
 
255
- ### Known Issues/Bugs
 
 
 
 
 
74
 
75
  - [Disclaimer](https://huggingface.co/datasets/cdoswald/SPIDER#disclaimer)
76
 
77
+ - [Known Issues/Bugs](https://huggingface.co/datasets/cdoswald/SPIDER#known-issuesbugs)
78
 
79
  <br>
80
 
 
235
  Note that all images are rescaled to have pixel intensities in the range `[0, 255]` (i.e., unsigned 8-bit integers)
236
  for compatibility with the HuggingFace `datasets` library. If you want to use the original resolution, you can
237
  load the original images from the local cache indicated in each example's `image_path` and `mask_path` features.
238
+ See the [tutorial](tutorials/load_data.ipynb) for more information.
239
 
240
  # Additional Information
241
 
 
252
  I am not affiliated in any way with the aforementioned paper, researchers, or organizations. Please validate any findings using this curated dataset
253
  against the original data provided by the researchers on [Zenodo](https://zenodo.org/records/8009680).)
254
 
255
+ ### Known Issues/Bugs
256
+
257
+ 1. Serializing data into Apache Arrow format (required to load dataset via HuggingFace's `datasets` library) introduces some segmentation
258
+ mask integer values that do not map exactly to an anatomical feature. See the data loading [tutorial](tutorials/load_data.ipynb) for more information
259
+ and temporary work-arounds.