Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,19 +21,22 @@ dataset_info:
|
|
21 |
|
22 |
# 🎨 CoSTA* Dataset
|
23 |
|
24 |
-
CoSTA* is a **multimodal dataset** for **multi-turn image-to-image transformation tasks**, designed to accompany the
|
25 |
|
26 |
- **High-quality images** for various image editing tasks.
|
27 |
- **Detailed text prompts** describing the desired transformations.
|
28 |
- **Multimodal tasks** including inpainting, object recoloring, object segmentation, object replacement, text replacement, and more.
|
29 |
|
30 |
-
[
|
|
|
|
|
|
|
31 |
|
32 |
Try out the CoSTA* agent online: [Live Demo](https://storage.googleapis.com/costa-frontend/index.html)
|
33 |
|
34 |
|
35 |
## 📂 Dataset Structure
|
36 |
|
37 |
-
- **`metadata.
|
38 |
- **`{file_name}.jpeg`** → All images in the main directory.
|
39 |
- **`dataset_info.json`** → Hugging Face dataset metadata.
|
|
|
21 |
|
22 |
# 🎨 CoSTA* Dataset
|
23 |
|
24 |
+
CoSTA* is a **multimodal dataset** for **multi-turn image-to-image transformation tasks**, designed to accompany the CoSTA* agent presented in [CoSTA*: Cost-Sensitive Toolpath Agent for Multi-turn Image Editing](https://huggingface.co/papers/2503.10613). It provides:
|
25 |
|
26 |
- **High-quality images** for various image editing tasks.
|
27 |
- **Detailed text prompts** describing the desired transformations.
|
28 |
- **Multimodal tasks** including inpainting, object recoloring, object segmentation, object replacement, text replacement, and more.
|
29 |
|
30 |
+
This dataset is also used in the evaluation of [FaSTA$^*$: Fast-Slow Toolpath Agent with Subroutine Mining for Efficient Multi-turn Image Editing](https://huggingface.co/papers/2506.20911).
|
31 |
+
|
32 |
+
[GitHub Repo (CoSTA*)](https://github.com/tianyi-lab/CoSTAR)
|
33 |
+
[GitHub Repo (FaSTA*)](https://github.com/tianyi-lab/FaSTAR)
|
34 |
|
35 |
Try out the CoSTA* agent online: [Live Demo](https://storage.googleapis.com/costa-frontend/index.html)
|
36 |
|
37 |
|
38 |
## 📂 Dataset Structure
|
39 |
|
40 |
+
- **`metadata.jsonl`** → List of image-text pairs.
|
41 |
- **`{file_name}.jpeg`** → All images in the main directory.
|
42 |
- **`dataset_info.json`** → Hugging Face dataset metadata.
|