AbdulmalekDS commited on
Commit
a4ad16d
·
verified ·
1 Parent(s): 17120ba

add license

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -1,18 +1,14 @@
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,4 +69,4 @@ Dense-Set is built on images from [COCO](https://cocodataset.org) and [Flickr30K
73
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
74
  year={2026}
75
  }
76
- ```
 
1
  ---
2
+ license: cc-by-4.0
3
  configs:
4
+ - config_name: coco
5
+ data_files:
6
+ - split: test
7
+ path: coco/test-*
8
+ - config_name: flickr30k
9
+ data_files:
10
+ - split: test
11
+ path: flickr30k/test-*
 
 
 
 
 
12
  ---
13
 
14
  # Dense-Set
 
69
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
70
  year={2026}
71
  }
72
+ ```