CoolFace
Datasetpublic

jontooy/Flickr8k-Image-Features

Flickr8k Image Features Flickr8k image features are extracted using the ResNeXt-152 C4 architecture (found here) and can be used as input for the OSCAR learning method. Arabic captions and splits are provided by ElJundi et al. 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… See the full description on the dataset page: https://huggingface.co/datasets/jontooy/Flickr8k-Image-Features.

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes110downloads
README.md35 linesDownload Raw Back to root
1---2language: ar3datasets: flickr8k4---5 6# Flickr8k Image Features7 8Flickr8k 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)9 10## Dev-split11+ **dev-arabic.yaml** Yaml configure file with Arabic object tags12+ **dev.feature.tsv** Extracted image features13+ **dev.label.arabic.tsv** Arabic labels14+  **dev.label.tsv** English labels15+ **dev.yaml** Yaml configure file with English object tags16+ **dev_caption.json** Arabic captions for training17+ **dev_caption_coco_format.json** Arabic captions for validation18 19## Test-split20+ **test-arabic.yaml** Yaml configure file with Arabic object tags21+ **test.feature.tsv** Extracted image features22+ **test.label.arabic.tsv** Arabic labels23+  **test.label.tsv** English labels24+ **test.yaml** Yaml configure file with English object tags25+ **test_caption.json** Arabic captions for training26+ **test_caption_coco_format.json** Arabic captions for validation27 28## Train-split29+ **train-arabic.yaml** Yaml configure file with Arabic object tags30+ **train.feature.tsv** Extracted image features31+ **train.label.arabic.tsv** Arabic labels32+  **train.label.tsv** English labels33+ **train.yaml** Yaml configure file with English object tags34+ **train_caption.json** Arabic captions for training35+ **train_caption_coco_format.json** Arabic captions for validation