minhanhto09
commited on
Commit
•
a2711d0
1
Parent(s):
58c84f3
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
license: cc0-1.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
@@ -52,7 +59,7 @@ To see a smaller subset of the dataset:
|
|
52 |
from datasets import load_dataset
|
53 |
dataset = load_dataset("minhanhto09/NuCLS_dataset", name="debug")
|
54 |
```
|
55 |
-
For detailed usage instructions, please refer to this documentation.
|
56 |
|
57 |
|
58 |
## Dataset Structure
|
|
|
2 |
license: cc0-1.0
|
3 |
language:
|
4 |
- en
|
5 |
+
tags:
|
6 |
+
- pathology
|
7 |
+
- nuclei
|
8 |
+
- image segmentation
|
9 |
+
- computer vision
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
---
|
13 |
|
14 |
|
|
|
59 |
from datasets import load_dataset
|
60 |
dataset = load_dataset("minhanhto09/NuCLS_dataset", name="debug")
|
61 |
```
|
62 |
+
For detailed usage instructions, please refer to [this documentation](https://colab.research.google.com/drive/1eu8rHYkjwQTXooFbDloPa_PjQFmzoHDP?usp=sharing).
|
63 |
|
64 |
|
65 |
## Dataset Structure
|