add acknowledgements
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ configs:
|
|
| 17 |
This dataset is published alongside:
|
| 18 |
|
| 19 |
> **LARE: Low-Attention Region Encoding for Text–Image Retrieval**
|
| 20 |
-
> *CVPR 2026 — [MULA Workshop](https://mula-workshop.github.io/)*
|
| 21 |
> [Project Page](https://falmeshal.github.io/LARE/) | [Code](https://github.com/AbdulmalikDS/LARE)
|
| 22 |
|
| 23 |
## Dataset Samples
|
|
@@ -55,6 +55,10 @@ flickr_ds = load_dataset("AbdulmalekDS/Dense-Set", "flickr30k")
|
|
| 55 |
print(coco_ds["test"][0])
|
| 56 |
```
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Citation
|
| 59 |
|
| 60 |
```bibtex
|
|
|
|
| 17 |
This dataset is published alongside:
|
| 18 |
|
| 19 |
> **LARE: Low-Attention Region Encoding for Text–Image Retrieval**
|
| 20 |
+
> *CVPR 2026 — [MULA Workshop](https://mula-workshop.github.io/)*
|
| 21 |
> [Project Page](https://falmeshal.github.io/LARE/) | [Code](https://github.com/AbdulmalikDS/LARE)
|
| 22 |
|
| 23 |
## Dataset Samples
|
|
|
|
| 55 |
print(coco_ds["test"][0])
|
| 56 |
```
|
| 57 |
|
| 58 |
+
## Acknowledgements
|
| 59 |
+
|
| 60 |
+
Dense-Set is built on images from [COCO](https://cocodataset.org) and [Flickr30K](https://shannon.cs.illinois.edu/DenotationGraph/).
|
| 61 |
+
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|