1.数据名称:INRIA features for image annotation and classification data sets
主要包含:corel5k, iaprtc12, espgame, pascal07, mirflickr 共5个数据集
2.数据内容:
(1) A dictionary: the list of words used for annotating the images.
(2) Lists of files of train and test sets. You will have to figure out the correspondence of these lists with the set of images you collected, but this shouldn't be too hard.
(3) Annotation files for the train/test sets: matrix containing binary values to encode the annotations. Columns correspond to words in the dictionary, rows correspond to images as in the lists
(4) 15 Descriptor files for the train/test sets: matrices containing visual descriptors for the images: Gist, DenseSift, DenseSiftV3H1, HarrisSift, HarrisSiftV3H1, DenseHue, DenseHueV3H1, HarrisHue, HarrisHueV3H1, Rgb, RgbV3H1, Lab, LabV3H1, Hsv, HsvV3H1