ngaggion commited on
Commit
07b9cd9
·
verified ·
1 Parent(s): 839661f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -6,4 +6,68 @@ language:
6
  - en
7
  tags:
8
  - plant root phenotyping
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - en
7
  tags:
8
  - plant root phenotyping
9
+ ---
10
+
11
+ # ChronoRoot nnUNet Dataset
12
+
13
+ ## Dataset Description
14
+
15
+ ### Dataset Summary
16
+ This dataset contains 693 infrared images of Arabidopsis thaliana seedlings with expert annotations for six distinct structural classes, developed for training the ChronoRoot 2.0 segmentation model. The dataset includes raw infrared images and their corresponding multi-class segmentation masks, formatted according to nnUNet requirements.
17
+
18
+ ### Supported Tasks
19
+ - Image Segmentation: Multi-class segmentation of plant structures
20
+ - Plant Phenotyping: Analysis of root system architecture and plant development
21
+
22
+ ### Classes
23
+ The dataset includes annotations for six distinct plant structures:
24
+ 1. Main Root (Primary root axis)
25
+ 2. Lateral Roots (Secondary root formations)
26
+ 3. Seed (Pre- and post-germination structures)
27
+ 4. Hypocotyl (Stem region between root-shoot junction and cotyledons)
28
+ 5. Leaves (Including both cotyledons and true leaves)
29
+ 6. Petiole (Leaf attachment structures)
30
+
31
+ ### Data Structure
32
+ - Raw Images: 3280 x 2464 infrared images
33
+ - Segmentation Masks: Multi-class masks in .png format
34
+ - nnUNet Configuration: Standard nnUNet dataset organization
35
+
36
+ ### Source Data
37
+ Images were captured using the ChronoRoot hardware system, featuring:
38
+ - Raspberry Pi Camera v2
39
+ - Infrared lighting (850nm)
40
+ - Optional long pass IR filters (>830nm)
41
+ - Controlled growth conditions
42
+
43
+ ### Data Split
44
+ The dataset follows nnUNet's standard 5-fold cross-validation structure.
45
+
46
+ ## Dataset Creation
47
+
48
+ ### Annotations
49
+ - Annotation Tool: ITK-SNAP
50
+ - Annotators: Expert biologists
51
+ - Verification: Multi-stage quality control process
52
+
53
+ ### Personal and Sensitive Information
54
+ This dataset contains no personal or sensitive information.
55
+
56
+ ## Additional Information
57
+
58
+ ### Licensing Information
59
+ The dataset is released under GNU GPL 3.0
60
+
61
+ ### Citation Information
62
+ If you use this dataset, please cite:
63
+
64
+ @article{gaggion2021chronoroot,
65
+ title={ChronoRoot: High-throughput phenotyping by deep segmentation networks reveals novel temporal parameters of plant root system architecture},
66
+ author={Gaggion, Nicol{\'a}s and Ariel, Federico and Daric, Vladimir and Lambert, Eric and Legendre, Simon and Roul{\'e}, Thomas and Camoirano, Alejandra and Milone, Diego H and Crespi, Martin and Blein, Thomas and others},
67
+ journal={GigaScience},
68
+ volume={10},
69
+ number={7},
70
+ pages={giab052},
71
+ year={2021},
72
+ publisher={Oxford University Press}
73
+ }