lc-col commited on
Commit
62de7ae
1 Parent(s): 41bc9f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # BigEarthNet - HDF5 version
2
+ This repository contains an export of the existing BigEarthNet dataset in HDF5 format. All Sentinel-2 acquisitions are exported according to TorchGeo's dataset (120x120 pixels resolution).
3
+ Sentinel-1 is not contained in this repository for the moment.
4
+
5
+ CSV files contain for each satellite acquisition the corresponding HDF5 file and the index.
6
+ A PyTorch dataset class which can be used to iterate over this dataset can be found [here](https://github.com/lccol/bigearthnet-conversion), as well as the script used to convert it into HDF5 format.