Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
< 1K
Commit
·
da4e9f4
1
Parent(s):
af8a5ea
Fix task tags (#1)
Browse files- Fix task tags (c065c7986494773894b716eb8c5bd37347724922)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
size_categories:
|
| 4 |
- n<1K
|
| 5 |
task_categories:
|
| 6 |
- image-segmentation
|
| 7 |
task_ids:
|
| 8 |
- semantic-segmentation
|
| 9 |
-
|
| 10 |
-
- segmentation
|
| 11 |
-
-
|
| 12 |
-
-
|
| 13 |
-
- image-segmentation
|
| 14 |
train-eval-index:
|
| 15 |
- config: plain_text
|
| 16 |
task: semantic_segmentation
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
size_categories:
|
| 3 |
- n<1K
|
| 4 |
task_categories:
|
| 5 |
- image-segmentation
|
| 6 |
task_ids:
|
| 7 |
- semantic-segmentation
|
| 8 |
+
tags:
|
| 9 |
+
- teeth-segmentation
|
| 10 |
+
- dental-imaging
|
| 11 |
+
- medical-imaging
|
|
|
|
| 12 |
train-eval-index:
|
| 13 |
- config: plain_text
|
| 14 |
task: semantic_segmentation
|