Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,4 +24,26 @@ configs:
|
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
path: data/train-*
|
| 27 |
+
license: cc-by-4.0
|
| 28 |
+
task_categories:
|
| 29 |
+
- image-segmentation
|
| 30 |
+
size_categories:
|
| 31 |
+
- n<1K
|
| 32 |
---
|
| 33 |
+
# Deeprootlab Root Segmentation
|
| 34 |
+
|
| 35 |
+
This dataset provides real RGB images of plant root systems captured in a controlled laboratory environment for agricultural root phenotyping. It focuses on root segmentation tasks, offering high-quality imagery suitable for developing semantic segmentation models in agricultural research contexts. The dataset contains 438 images with pixel-level mask annotations.
|
| 36 |
+
|
| 37 |
+
This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library.
|
| 38 |
+
|
| 39 |
+
The original train/test/val split has been preserved in the `split` column.
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
```bibtex
|
| 44 |
+
<!-- TODO: add BibTeX citation -->
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
<!-- TODO: add plain text citation -->
|
| 48 |
+
|
| 49 |
+
*This dataset was reformatted from its original format to match HuggingFace standards.*
|