Update README.md
Browse files
README.md
CHANGED
|
@@ -10,43 +10,52 @@ pretty_name: scburning
|
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
---
|
|
|
|
| 13 |
This dataset was used for implementation of an ensemble model for sugar cane burning detection in North and Central Coast of Peru.
|
| 14 |
For more information, please visit the [project](https://github.com/jfloresf17/scburning)
|
| 15 |
|
| 16 |
-
To download
|
|
|
|
| 17 |
```bash
|
| 18 |
git clone https://huggingface.co/datasets/jfloresf/scburning
|
| 19 |
cd scburning
|
| 20 |
```
|
| 21 |
|
| 22 |
-
Revert the multipart compression
|
|
|
|
| 23 |
```bash
|
| 24 |
cat database/database.tar.* | tar -xzvf - -i
|
| 25 |
cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
|
| 26 |
cat inference/pilot/pilot.tar.* | tar -xzvf - -i
|
| 27 |
```
|
| 28 |
|
| 29 |
-
|
| 30 |
-
Consists in 1,054 images of 512x512 pixels with different
|
| 31 |
-
folders:
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
-
|
| 35 |
-
</div>
|
| 36 |
|
|
|
|
| 37 |
```
|
| 38 |
database/
|
| 39 |
βββ badi/
|
| 40 |
-
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 41 |
| βββ ...
|
| 42 |
βββ dlc/
|
| 43 |
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 44 |
| βββ ...
|
| 45 |
βββ nbr/
|
| 46 |
-
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 47 |
| βββ ...
|
| 48 |
βββ ndvi/
|
| 49 |
-
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 50 |
| βββ ...
|
| 51 |
|ββ ndwi/
|
| 52 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
|
@@ -54,10 +63,10 @@ database/
|
|
| 54 |
|ββ slope/
|
| 55 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 56 |
| βββ ...
|
| 57 |
-
|ββ S2/
|
| 58 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 59 |
| βββ ...
|
| 60 |
|ββ target/
|
| 61 |
-
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 62 |
| βββ ...
|
| 63 |
-
```
|
|
|
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
---
|
| 13 |
+
## πΎ Data
|
| 14 |
This dataset was used for implementation of an ensemble model for sugar cane burning detection in North and Central Coast of Peru.
|
| 15 |
For more information, please visit the [project](https://github.com/jfloresf17/scburning)
|
| 16 |
|
| 17 |
+
To download it, use the following commands:
|
| 18 |
+
|
| 19 |
```bash
|
| 20 |
git clone https://huggingface.co/datasets/jfloresf/scburning
|
| 21 |
cd scburning
|
| 22 |
```
|
| 23 |
|
| 24 |
+
Revert the multipart compression by merging and extracting:
|
| 25 |
+
|
| 26 |
```bash
|
| 27 |
cat database/database.tar.* | tar -xzvf - -i
|
| 28 |
cat inference/emergencies/emergencies.tar.* | tar -xzvf - -i
|
| 29 |
cat inference/pilot/pilot.tar.* | tar -xzvf - -i
|
| 30 |
```
|
| 31 |
|
| 32 |
+
The dataset consists of 1,054 images (πΌ 512x512 pixels), organized into different folders:
|
|
|
|
|
|
|
| 33 |
|
| 34 |
+
- **Sentinel-2 10 bands** (`S2`)
|
| 35 |
+
- **Normalized Burn Ratio** (`nbr`)
|
| 36 |
+
- **Burned Area Detection Index** (`badi`)
|
| 37 |
+
- **Slope in percentage** (`slope`)
|
| 38 |
+
- **Normalized Difference Vegetation Index** (`ndvi`)
|
| 39 |
+
- **Normalized Difference Water Index** (`ndwi`)
|
| 40 |
+
- **Distance to Crop Cover** (`dlc`)
|
| 41 |
+
- **Ground Truth** (`target`)
|
| 42 |
|
| 43 |
+
Additionally, the dataset includes the **emergencies** (`58 images`) and **pilot** (`30 images`) folders for inference purposes with the same structure, except for the **Ground Truth** subfolder.
|
|
|
|
| 44 |
|
| 45 |
+
### Folder Structure
|
| 46 |
```
|
| 47 |
database/
|
| 48 |
βββ badi/
|
| 49 |
+
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 50 |
| βββ ...
|
| 51 |
βββ dlc/
|
| 52 |
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 53 |
| βββ ...
|
| 54 |
βββ nbr/
|
| 55 |
+
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 56 |
| βββ ...
|
| 57 |
βββ ndvi/
|
| 58 |
+
β βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 59 |
| βββ ...
|
| 60 |
|ββ ndwi/
|
| 61 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
|
|
|
| 63 |
|ββ slope/
|
| 64 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 65 |
| βββ ...
|
| 66 |
+
|ββ S2/
|
| 67 |
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 68 |
| βββ ...
|
| 69 |
|ββ target/
|
| 70 |
+
| βββ ROI_0000_01_04__..._20201008T082324.tif
|
| 71 |
| βββ ...
|
| 72 |
+
```
|