Face901 commited on
Commit
96d3df7
·
verified ·
1 Parent(s): a8154f9

Update README.md

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