zhwang1 commited on
Commit
b2e5613
·
verified ·
1 Parent(s): 71a3d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -18
README.md CHANGED
@@ -59,24 +59,7 @@ TreeFinder supports the following machine learning tasks:
59
 
60
  ## Dataset Structure
61
 
62
- Each sample contains a high-resolution NAIP image patch, a corresponding binary segmentation mask, and associated metadata.
63
-
64
- A typical sample contains:
65
-
66
- ```python
67
- {
68
- "image": "path/to/image_patch.tif",
69
- "mask": "path/to/mask_patch.tif",
70
- "site_id": "...",
71
- "patch_id": "...",
72
- "latitude": ...,
73
- "longitude": ...,
74
- "state": "...",
75
- "climate_zone": "...",
76
- "tree_type": "...",
77
- "split": "train/validation/test"
78
- }
79
- ```
80
 
81
  The imagery contains four channels:
82
 
@@ -91,6 +74,9 @@ The segmentation mask is binary:
91
  1 = dead tree
92
  ```
93
 
 
 
 
94
  ## Data Sources
95
 
96
  TreeFinder is derived from high-resolution NAIP aerial imagery covering forested regions across CONUS. Dead tree annotations were manually created and validated using expert interpretation and multi-temporal image comparison.
 
59
 
60
  ## Dataset Structure
61
 
62
+ Each sample contains a high-resolution NAIP image patch and a corresponding binary segmentation mask.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  The imagery contains four channels:
65
 
 
74
  1 = dead tree
75
  ```
76
 
77
+ The associated metadata is available in the .csv file.
78
+
79
+
80
  ## Data Sources
81
 
82
  TreeFinder is derived from high-resolution NAIP aerial imagery covering forested regions across CONUS. Dead tree annotations were manually created and validated using expert interpretation and multi-temporal image comparison.