| ---
|
| license: cc-by-nc-4.0
|
| task_categories:
|
| - image-segmentation
|
| language:
|
| - en
|
| tags:
|
| - Remote Sensing Images
|
| - Satellite Images
|
| ---
|
| # HRLS-Datasets
|
|
|
| This dataset card aims to describe the datasets used in the [FTSD-SegNet](https://github.com/qwe1rty2uu/FTSD-SegNet/).
|
|
|
| ## Install
|
|
|
| ```bash
|
| pip install huggingface-hub
|
| ```
|
|
|
| ## Usage
|
|
|
| ```bash
|
| # Step 1: Download datasets
|
| huggingface-cli download --repo-type dataset Face901/HRLS-dataset --local-dir data --include hrls.zip
|
| # Step 2: Extract datasets
|
| unzip hrls.zip -d hrls
|
| ```
|
|
|
| ## Contact
|
| For questions, please contact us at zijiefeng0901@gmail.com. |