The IIIT STR dataset contains 10,000 images in all. All the images used to show the text to image retrieval are in a folder named as imgDatabase. This dataset contains total 50 text queries used in our ICCV'13 paper and corresponding relevant images (i.e. images where the text query appears). How to load query and relevant images information: -------------------------------------------------- (Usage: text to image retrieval) 1. Open Matlab 2. load data 3. A structure data will be loaded. This structure has two fields (i) query: Specifies the text query. (ii) relImages: A list containing file names of relevant images i.e. images where the text query appears. ------------------------------------------------------ Example: First query and corresponding relevant images can be accessed as follows: >> data(1).query ans = 'ELECTION' >> data(1).relImages ans = 'img_000001.jpg' 'img_000002.jpg' 'img_000003.jpg' 'img_000004.jpg' 'img_000005.jpg' 'img_000006.jpg' ------------------------------------------------------------------ If you use this dataset, please cite our ICCV'13 paper. @InProceedings{Mishra13, author = "Mishra, A. and Alahari, K. and Jawahar, C.~V.", title = "Image Retrieval using Textual Cues", booktitle = "Proceedings of IEEE International Conference on Computer Vision", year = "2013" } ----------------------------------------------------------------- For any queries about the dataset feel free to contact: anand.mishra@research.iiit.ac.in