File size: 1,592 Bytes
de9b617 5411176 de9b617 5411176 a78a6d1 5411176 a78a6d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
language: ar
datasets: flickr8k
---
# Flickr8k Image Features
Flickr8k image features are extracted using the ResNeXt-152 C4 architecture ([found here](https://github.com/microsoft/scene_graph_benchmark)) and can be used as input for the [OSCAR](https://github.com/microsoft/Oscar) learning method. Arabic captions and splits are provided by [ElJundi et al.](https://github.com/ObeidaElJundi/Arabic-Image-Captioning)
## Dev-split
+ **dev-arabic.yaml** Yaml configure file with Arabic object tags
+ **dev.feature.tsv** Extracted image features
+ **dev.label.arabic.tsv** Arabic labels
+ **dev.label.tsv** English labels
+ **dev.yaml** Yaml configure file with English object tags
+ **dev_caption.json** Arabic captions for training
+ **dev_caption_coco_format.json** Arabic captions for validation
## Test-split
+ **test-arabic.yaml** Yaml configure file with Arabic object tags
+ **test.feature.tsv** Extracted image features
+ **test.label.arabic.tsv** Arabic labels
+ **test.label.tsv** English labels
+ **test.yaml** Yaml configure file with English object tags
+ **test_caption.json** Arabic captions for training
+ **test_caption_coco_format.json** Arabic captions for validation
## Train-split
+ **train-arabic.yaml** Yaml configure file with Arabic object tags
+ **train.feature.tsv** Extracted image features
+ **train.label.arabic.tsv** Arabic labels
+ **train.label.tsv** English labels
+ **train.yaml** Yaml configure file with English object tags
+ **train_caption.json** Arabic captions for training
+ **train_caption_coco_format.json** Arabic captions for validation |