Add dataset card metadata and links
Browse filesThis PR adds metadata to the dataset card, including the task category and links to the paper and project page.
README.md
CHANGED
|
@@ -1 +1,18 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-classification
|
| 4 |
+
license: unknown
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- remote-sensing
|
| 9 |
+
- federated-learning
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
The image_data column directly stores the binary codes of images in JPG format. During training, please use the mapping between file names and clients recorded in the JSON files under the map folder for experiments.
|
| 13 |
+
|
| 14 |
+
This dataset is used in the paper [FedRS-Bench: Realistic Federated Learning Datasets and Benchmarks in Remote Sensing](https://huggingface.co/papers/2505.08325).
|
| 15 |
+
|
| 16 |
+
Project page: https://fedrs-bench.github.io/
|
| 17 |
+
|
| 18 |
+
The dataset consists of 135 clients. All the images are collected from 8 different datasets.
|