Update README.md
Browse files
README.md
CHANGED
@@ -59,15 +59,15 @@ For quick start please have a look this [demo](https://github.com/ahmedssabir/Te
|
|
59 |
| gown | groom | apron | its time to cut the cake at this couples wedding |
|
60 |
|---------------+--------------+---------+---------------------------------------------------|
|
61 |
```
|
62 |
-
|
63 |
-
|
64 |
### Download
|
65 |
|
66 |
0. [Dowload Raw data with ID and Visual context](https://www.dropbox.com/s/xuov24on8477zg8/All_Caption_ID.csv?dl=0) -> original dataset with related ID caption [train2014](https://cocodataset.org/#download)
|
67 |
1. [Downlod Data with cosine score](https://www.dropbox.com/s/55sit8ow9tems4u/visual_caption_cosine_score.zip?dl=0)-> soft cosine lable with **th** 0.2, 0.3, 0.4 and 0.5 and hardlabel [0,1]
|
68 |
2. [Dowload Overlaping visual with caption](https://www.dropbox.com/s/br8nhnlf4k2czo8/COCO_overlaping_dataset.txt?dl=0)-> Overlap visual context and the human annotated caption
|
69 |
3. [Download Dataset (tsv file)](https://www.dropbox.com/s/dh38xibtjpohbeg/train_all.zip?dl=0) 0.0-> raw data with hard lable without cosine similairty and with **th**reshold cosine sim degree of the relation beteween the visual and caption = 0.2, 0.3, 0.4
|
70 |
-
|
71 |
|
72 |
|
73 |
|
@@ -81,7 +81,7 @@ employing unsupervised learning (i.e. contrastive learning). (work in progress)
|
|
81 |
4. [Download COCO-caption+wiki](https://www.dropbox.com/s/wc4k677wp24kzhh/COCO%2Bwiki.txt.zip) -> COCO-caption +wiki 1.4M (1413915)
|
82 |
5. [Download COCO-caption+wiki+CC+8Mwiki](https://www.dropbox.com/s/xhfx32sjy2z5bpa/11M_wiki_7M%2BCC%2BCOCO.txt.zip) -> COCO-caption+wiki+CC+8Mwiki 11M (11541667)
|
83 |
|
84 |
-
|
85 |
## Citation
|
86 |
|
87 |
The details of this repo are described in the following paper. If you find this repo useful, please kindly cite it:
|
|
|
59 |
| gown | groom | apron | its time to cut the cake at this couples wedding |
|
60 |
|---------------+--------------+---------+---------------------------------------------------|
|
61 |
```
|
62 |
+
|
63 |
+
|
64 |
### Download
|
65 |
|
66 |
0. [Dowload Raw data with ID and Visual context](https://www.dropbox.com/s/xuov24on8477zg8/All_Caption_ID.csv?dl=0) -> original dataset with related ID caption [train2014](https://cocodataset.org/#download)
|
67 |
1. [Downlod Data with cosine score](https://www.dropbox.com/s/55sit8ow9tems4u/visual_caption_cosine_score.zip?dl=0)-> soft cosine lable with **th** 0.2, 0.3, 0.4 and 0.5 and hardlabel [0,1]
|
68 |
2. [Dowload Overlaping visual with caption](https://www.dropbox.com/s/br8nhnlf4k2czo8/COCO_overlaping_dataset.txt?dl=0)-> Overlap visual context and the human annotated caption
|
69 |
3. [Download Dataset (tsv file)](https://www.dropbox.com/s/dh38xibtjpohbeg/train_all.zip?dl=0) 0.0-> raw data with hard lable without cosine similairty and with **th**reshold cosine sim degree of the relation beteween the visual and caption = 0.2, 0.3, 0.4
|
70 |
+
4. [Download Dataset GenderBias](https://www.dropbox.com/s/1wki0b0d21078mj/gender%20natural.zip?dl=0)-> man/woman replaced with person class label
|
71 |
|
72 |
|
73 |
|
|
|
81 |
4. [Download COCO-caption+wiki](https://www.dropbox.com/s/wc4k677wp24kzhh/COCO%2Bwiki.txt.zip) -> COCO-caption +wiki 1.4M (1413915)
|
82 |
5. [Download COCO-caption+wiki+CC+8Mwiki](https://www.dropbox.com/s/xhfx32sjy2z5bpa/11M_wiki_7M%2BCC%2BCOCO.txt.zip) -> COCO-caption+wiki+CC+8Mwiki 11M (11541667)
|
83 |
|
84 |
+
-->
|
85 |
## Citation
|
86 |
|
87 |
The details of this repo are described in the following paper. If you find this repo useful, please kindly cite it:
|