Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
## Contact
|
| 31 |
For questions, please contact us at zijiefeng0901@gmail.com.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-segmentation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- Remote Sensing Images
|
| 8 |
+
- Satellite Images
|
| 9 |
+
---
|
| 10 |
+
# HRLS-Datasets
|
| 11 |
+
|
| 12 |
+
This dataset card aims to describe the datasets used in the [FTSD-SegNet](https://github.com/qwe1rty2uu/FTSD-SegNet/).
|
| 13 |
+
|
| 14 |
+
## Install
|
| 15 |
+
|
| 16 |
+
```bash
|
| 17 |
+
pip install huggingface-hub
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
+
## Usage
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
# Step 1: Download datasets
|
| 24 |
+
huggingface-cli download --repo-type dataset Face901/HRLS-dataset --local-dir data --include hrls.zip
|
| 25 |
+
# Step 2: Extract datasets
|
| 26 |
+
unzip hrls.zip -d hrls
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## Contact
|
|
|
|
| 30 |
For questions, please contact us at zijiefeng0901@gmail.com.
|