minhanhto09
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,8 @@ This [repository](https://github.com/PathologyDataScience/BCSS) contains the nec
|
|
32 |
|
33 |
- Amgad, Mohamed, et al. "NuCLS: A Scalable Crowdsourcing Approach and Dataset for Nucleus Classification and Segmentation in Breast Cancer." GigaScience, vol. 11, 2022, https://doi.org/10.1093/gigascience/giac037. Accessed 18 Mar. 2024.
|
34 |
|
|
|
|
|
35 |
|
36 |
## Accessing the Data
|
37 |
|
@@ -54,8 +56,6 @@ The Corrected Single-Rater Dataset is a collection of 1,744 entries, each with a
|
|
54 |
|
55 |
A single dataset entry contains the following details:
|
56 |
|
57 |
-
![An instance of the dataset](https://huggingface.co/datasets/minhanhto09/NuCLS_dataset/blob/main/Image%2017-03-2024%20at%2023.54.jpeg "An instance of the dataset")
|
58 |
-
|
59 |
- `rgb_image`: A high-resolution RGB image of breast cancer tissue.
|
60 |
|
61 |
- `mask_image`: A mask image with each nucleus labeled. Class labels are encoded in the first channel. The second and third channels are used to create a unique identifier for each nucleus. The field of view (gray area) is marked to delineate the annotated region.
|
@@ -78,6 +78,7 @@ A single dataset entry contains the following details:
|
|
78 |
|
79 |
- `coords_x`, `coords_y`: The specific boundary coordinates of the nucleus.
|
80 |
|
|
|
81 |
|
82 |
### Data Split
|
83 |
|
|
|
32 |
|
33 |
- Amgad, Mohamed, et al. "NuCLS: A Scalable Crowdsourcing Approach and Dataset for Nucleus Classification and Segmentation in Breast Cancer." GigaScience, vol. 11, 2022, https://doi.org/10.1093/gigascience/giac037. Accessed 18 Mar. 2024.
|
34 |
|
35 |
+
![](https://huggingface.co/datasets/minhanhto09/NuCLS_dataset/resolve/main/fig1.PNG)
|
36 |
+
|
37 |
|
38 |
## Accessing the Data
|
39 |
|
|
|
56 |
|
57 |
A single dataset entry contains the following details:
|
58 |
|
|
|
|
|
59 |
- `rgb_image`: A high-resolution RGB image of breast cancer tissue.
|
60 |
|
61 |
- `mask_image`: A mask image with each nucleus labeled. Class labels are encoded in the first channel. The second and third channels are used to create a unique identifier for each nucleus. The field of view (gray area) is marked to delineate the annotated region.
|
|
|
78 |
|
79 |
- `coords_x`, `coords_y`: The specific boundary coordinates of the nucleus.
|
80 |
|
81 |
+
![](https://huggingface.co/datasets/minhanhto09/NuCLS_dataset/resolve/main/Image%2017-03-2024%20at%2023.54.jpeg)
|
82 |
|
83 |
### Data Split
|
84 |
|