Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Dense-Set
|
|
@@ -68,4 +73,4 @@ Dense-Set is built on images from [COCO](https://cocodataset.org) and [Flickr30K
|
|
| 68 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
|
| 69 |
year={2026}
|
| 70 |
}
|
| 71 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: coco
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path: coco/test-*
|
| 7 |
+
- config_name: flickr30k
|
| 8 |
+
data_files:
|
| 9 |
+
- split: test
|
| 10 |
+
path: flickr30k/test-*
|
| 11 |
+
task_categories:
|
| 12 |
+
- text-to-image
|
| 13 |
+
- image-to-text
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
---
|
| 17 |
|
| 18 |
# Dense-Set
|
|
|
|
| 73 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
|
| 74 |
year={2026}
|
| 75 |
}
|
| 76 |
+
```
|