NibirMandal commited on
Commit
9415fca
·
verified ·
1 Parent(s): 6650aad

Create readme.md

Browse files
Files changed (1) hide show
  1. readme.md +50 -0
readme.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: IRRISIGHT
3
+ tags:
4
+ - remote-sensing
5
+ - irrigation
6
+ - agriculture
7
+ - earth-observation
8
+ license: cc-by-4.0
9
+ task_categories:
10
+ - image-segmentation
11
+ - image-classification
12
+ - object-detection
13
+ - visual-question-answering
14
+ language:
15
+ - en
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