Datasets:

Modalities:
Text
Formats:
csv
DOI:
Libraries:
Datasets
pandas
License:
Rituxx96x commited on
Commit
86bdd46
·
verified ·
1 Parent(s): 201f1bc

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # M4Heights: Benchmark Dataset for Building Height Estimation
5
+
6
+ ## 📻 overview
7
+ This is the official dataset repository for M4Heights dataset, a multi-modal, multi-resolution, and multi-temporal dataset designed for building height estimation.
8
+ The dataset contains approximately 1 million images comprising time series of Sentinel-1 SAR and Sentinel-2 MSI satellite data, high-resolution aerial orthophotos, and high-quality building height reference maps.
9
+ Additionally, M4Heights provides the largest associated multi-image super-resolution dataset to enhance height estimation accuracy.
10
+ Our open-source dataset supports a range of modeling approaches, offering extensibility to new geographic regions and advancing the development of DL models for building height estimation.
11
+ <!-- <img src="./assets/data_collection.jpg" alt="Data Collection" style="width:60%;"> -->
12
+
13
+ <!-- - **Code Repository:** [More Information Needed]
14
+ - **Paper:** [More Information Needed]
15
+ - **Project WebPage:** [More Information Needed] -->
16
+ **Paper** : TO BE UPDATED POST PUBLICATION
17
+
18
+ ## 🚀 usage
19
+ We have tested the dataset on several deep learning models. The code for the models, dataset usage along with the instructions are provided on our Github Repository.
20
+
21
+ Codebase on Github : https://github.com/RituYadav92/M4Heights
22
+
23
+ ## 🎯 stats and data samples
24
+ <img src="./assets/data_stats.jpg" alt="Data Stats" style="width:80%;">
25
+ <img src="./assets/samples.jpg" alt="Data Stats" style="width:80%;">
26
+
27
+ ## ⬇️ Data Size:
28
+
29
+ ```
30
+ dataset (zip) | size
31
+ ---------------------------------
32
+ Train | ≈250.0GB
33
+ Test | 28.6GB
34
+ Sample Data | 300.0MB
35
+
36
+ Unzipped dataset size is ≈900GB
37
+ ```
38
+
39
+ ## 🎓 Citation:
40
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
41
+ ```
42
+ @misc{M4Heights_2024,
43
+ author = { {Yadav, R., Nascetti, A. & Ban, Y.} },
44
+ title = { M4Heights dataset },
45
+ year = 2025,
46
+ url = { https://huggingface.co/datasets/ritu/M4Heights },
47
+ doi = { https://doi.org/10.57967/hf/3967 },
48
+ publisher = { Hugging Face }
49
+ }
50
+ ```
51
+
52
+ ### 👋 Contact Info.:
53
+ Ritu Yadav (email: [email protected])
54
+