OBH30 commited on
Commit
6871ab4
·
verified ·
1 Parent(s): 259875a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  pretty_name: IRRISIGHT
2
  tags:
3
  - remote-sensing
@@ -15,3 +16,35 @@ language:
15
  multilinguality: monolingual
16
  size_categories:
17
  - 1M<n<10M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  pretty_name: IRRISIGHT
3
  tags:
4
  - remote-sensing
 
16
  multilinguality: monolingual
17
  size_categories:
18
  - 1M<n<10M
19
+ ---
20
+
21
+ # IRRISIGHT
22
+
23
+ **IRRISIGHT** is a large-scale multimodal dataset to address water availability problems in agriculture. It is designed to support supervised and semi-supervised learning tasks related to agricultural water use monitoring.
24
+
25
+ ## Dataset Structure
26
+
27
+ Each sample is stored in an HDF5 file within the `Data/` directory and contains:
28
+
29
+ - `rgb`: Sentinel-2 RGB image
30
+ - `agri_index`: Multiband vegetation indices (e.g., NDVI, NDWI, EVI)
31
+ - `land_mask`, `crop_mask`, `irr_mask`, `subirr_mask`: Label and context masks
32
+ - Metadata attributes:
33
+ - `image_path`
34
+ - `polygon` (WKT geometry)
35
+ - `crs` (spatial reference)
36
+ - `split` (train/test)
37
+ - `text_prompt` (structured soil/environmental description)
38
+
39
+ ## Tasks Supported
40
+
41
+ - Irrigation classification and segmentation
42
+ - Remote sensing-based object detection
43
+ - Multimodal learning with image + text
44
+ - Visual question answering on geospatial prompts
45
+
46
+ ## License
47
+
48
+ This dataset is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
49
+
50
+ check