update read me, img embedding not working

#2
by Rituxx96x - opened
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -9,8 +9,33 @@ size_categories:
9
  - 100K<n<1M
10
  ---
11
 
12
- The goal of this dataset is to test deep learning algorithms that predict yearly Above Ground Biomass (AGB) for Finnish forests using satellite imagery.
13
- Feature data: Satellite imagery from the European Space Agency and European Commission's joint Sentinel-1 and Sentinel-2 satellite missions, designed to collect a rich array of Earth observation data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- Label data: Ground-truth AGB measurements collected using LiDAR (Light Detection and Ranging) calibrated with in-situ measurements. LiDAR is able to generate high-quality AGB maps, but is more time consuming and intensive to collect than satellite imagery.
16
 
 
9
  - 100K<n<1M
10
  ---
11
 
12
+ # BioMassters: A Benchmark Dataset for Forest Biomass Estimation using Multi-modal Satellite Time-series [https://nascetti-a.github.io/BioMasster/]
13
+
14
+ The objective of this repository is to provide a deep learning ready dataset to predict yearly Above Ground Biomass (AGB) for Finnish forests using multi-temporal satellite imagery from
15
+ the European Space Agency and European Commission's joint Sentinel-1 and Sentinel-2 satellite missions, designed to collect a rich array of Earth observation data
16
+
17
+ ### Reference data:
18
+ * Reference AGB measurements were collected using LiDAR (Light Detection and Ranging) calibrated with in-situ measurements.
19
+ * Total 13000 patches, each patch covering 2,560 by 2,560 meter area.
20
+
21
+ ### Feature data:
22
+ * Sentinel-1 SAR and Sentinel-2 MSI data
23
+ * 12 months of data (1 image per month)
24
+ * Total 310,000 patches
25
+
26
+ ### Data Specifications:
27
+ <img src="https:"https://huggingface.co/datasets/nascetti-a/BioMassters/blob/main/Data_specifications.png">
28
+
29
+ ### Data Size:
30
+
31
+ ```
32
+ dataset | # files | size
33
+ --------------------------------------
34
+ train_features | 189078 | 215.9GB
35
+ test_features | 63348 | 73.0GB
36
+ train_agbm | 8689 | 2.1GB
37
+ ```
38
+ ### Contact Information:
39
+
40
 
 
41