Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,11 +16,11 @@ This repo provides usage guidance and all data samples for our proposed dataset,
|
|
| 16 |
<a href='https://huggingface.co/datasets/Edennnnn/ReD_Bench'><img src='https://img.shields.io/badge/HuggingFace-ReD_Bench-yellow'></a>
|
| 17 |
|
| 18 |
## Introduction
|
| 19 |
-
**Regional-based Dragging (ReD) Bench**, consisting of 120 images annotated with precise drag instructions at both point and region levels. Each manipulation in the dataset is associated with an intention label, selected from relocation, deformation, or rotation.
|
| 20 |
|
| 21 |
For every image, we provide two complementary instruction sets corresponding to point-based and region-based dragging. The region-based annotations are supplied as multiple PNG masks, with each region uniquely represented by its centroid for cross-reference. The drag annotations include multiple start-to-target point pairs, which can be directly aligned with the region annotations, ensuring consistency in task intention. Additionally, we provide background prompts and editing intention prompts for each image to facilitate multimodal tasks, along with masks generated using the [DragFlow](https://github.com/Edennnnnnnnnn/DragFlow) automatic masker. More details can be found in our [technical paper](https://arxiv.org/abs/2510.02253).
|
| 22 |
|
| 23 |
-
Each sample contains information provided in the following storage structure. You can find descriptions for each on the right-hand side
|
| 24 |
```text
|
| 25 |
sample
|
| 26 |
├── temp # (Optional) Extra information for operation masks:
|
|
@@ -37,7 +37,7 @@ sample
|
|
| 37 |
```
|
| 38 |
|
| 39 |
## Instruction
|
| 40 |
-
This section provides some sample
|
| 41 |
```bash
|
| 42 |
git lfs install
|
| 43 |
cd ./datasets
|
|
|
|
| 16 |
<a href='https://huggingface.co/datasets/Edennnnn/ReD_Bench'><img src='https://img.shields.io/badge/HuggingFace-ReD_Bench-yellow'></a>
|
| 17 |
|
| 18 |
## Introduction
|
| 19 |
+
**Regional-based Dragging (ReD) Bench**, consisting of **120 sample images** annotated with precise drag instructions at both point and region levels. Each manipulation in the dataset is associated with an intention label, selected from relocation, deformation, or rotation.
|
| 20 |
|
| 21 |
For every image, we provide two complementary instruction sets corresponding to point-based and region-based dragging. The region-based annotations are supplied as multiple PNG masks, with each region uniquely represented by its centroid for cross-reference. The drag annotations include multiple start-to-target point pairs, which can be directly aligned with the region annotations, ensuring consistency in task intention. Additionally, we provide background prompts and editing intention prompts for each image to facilitate multimodal tasks, along with masks generated using the [DragFlow](https://github.com/Edennnnnnnnnn/DragFlow) automatic masker. More details can be found in our [technical paper](https://arxiv.org/abs/2510.02253).
|
| 22 |
|
| 23 |
+
Each sample contains information provided in the following storage structure. You can find descriptions for each on the right-hand side.
|
| 24 |
```text
|
| 25 |
sample
|
| 26 |
├── temp # (Optional) Extra information for operation masks:
|
|
|
|
| 37 |
```
|
| 38 |
|
| 39 |
## Instruction
|
| 40 |
+
This section provides some sample code for loading the dataset. We first clone the dataset repo to your local folder `./datasets`:
|
| 41 |
```bash
|
| 42 |
git lfs install
|
| 43 |
cd ./datasets
|