Update NCTCRCHE100K.py
Browse files- NCTCRCHE100K.py +1 -2
NCTCRCHE100K.py
CHANGED
|
@@ -22,10 +22,9 @@ _BASE = "https://huggingface.co/datasets/DykeF/NCTCRCHE100K/resolve/main/"
|
|
| 22 |
_URLS = {
|
| 23 |
"train": _BASE + "NCT-CRC-HE-100K.tar.gz",
|
| 24 |
"train_nonorm": _BASE + "NCT-CRC-HE-100K-NONORM.tar.gz",
|
| 25 |
-
"val": _BASE + "
|
| 26 |
}
|
| 27 |
|
| 28 |
-
|
| 29 |
class NCTCRCHE100K(datasets.GeneratorBasedBuilder):
|
| 30 |
"""NCTCRCHE100K: 100,000 histological images of human colorectal cancer and healthy tissue"""
|
| 31 |
|
|
|
|
| 22 |
_URLS = {
|
| 23 |
"train": _BASE + "NCT-CRC-HE-100K.tar.gz",
|
| 24 |
"train_nonorm": _BASE + "NCT-CRC-HE-100K-NONORM.tar.gz",
|
| 25 |
+
"val": _BASE + "CRC-VAL-HE-7K.tar.gz",
|
| 26 |
}
|
| 27 |
|
|
|
|
| 28 |
class NCTCRCHE100K(datasets.GeneratorBasedBuilder):
|
| 29 |
"""NCTCRCHE100K: 100,000 histological images of human colorectal cancer and healthy tissue"""
|
| 30 |
|