wangyi111 commited on
Commit
81737a8
·
1 Parent(s): 159f206

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -6,7 +6,18 @@ task_categories:
6
 
7
  ## EuroSAT-SAR: Land Use and Land Cover Classification with Sentinel-1
8
 
9
- The EuroSAT-SAR dataset is a SAR version of the popular [EuroSAT](https://github.com/phelber/EuroSAT) dataset. We matched each Sentinel-2 image in EuroSAT with one Sentinel-1 patch according to the geospatial coordinates, ending up with 27,000 dual-pol Sentinel-1 SAR images divided in 10 classes. The EuroSAT-SAR dataset serves as a CIFAR-like, clean, balanced ML-ready dataset for remote sensing SAR image recognition.
 
 
 
 
10
 
11
  ### Citation
 
 
 
 
 
 
 
12
 
 
6
 
7
  ## EuroSAT-SAR: Land Use and Land Cover Classification with Sentinel-1
8
 
9
+ The EuroSAT-SAR dataset is a SAR version of the popular [EuroSAT](https://github.com/phelber/EuroSAT) dataset. We matched each Sentinel-2 image in EuroSAT with one Sentinel-1 patch according to the geospatial coordinates, ending up with 27,000 dual-pol Sentinel-1 SAR images divided in 10 classes. The EuroSAT-SAR dataset was collected as one downstream task in the work [FG-MAE](https://github.com/zhu-xlab/FGMAE) to serve as a CIFAR-like, clean, balanced ML-ready dataset for remote sensing SAR image recognition.
10
+
11
+ <p align="center">
12
+ <img width="1000" alt="fgmae main structure" src="assets/eurosat-sar.png">
13
+ </p>
14
 
15
  ### Citation
16
+ ```bibtex
17
+ @article{wang2023feature,
18
+ title={Feature guided masked Autoencoder for self-supervised learning in remote sensing},
19
+ author={Wang, Yi and Hernandez, Hugo Hernandez and Albrecht, Conrad M and Zhu, Xiao Xiang},
20
+ year={2023}
21
+ }
22
+ ```
23