STAIR captions: large-scale Japanese image caption dataset
90
stars
10
commits
Jul 4, 2018
updated
We developed a large-scale Japanese image caption dataset, named STAIR Captions. STAIR Captions website is http://captions.stair.center .
STAIR Captions dataset is provided as JSON files. The annotation format of STAIR Captions follows the one of MS-COCO:
annotation{
"id" : int,
"image_id" : int,
"caption" : str,
"tokenized_caption" : str,
}
For the details of the annotation format, please see MS-COCO download page.
STAIR captions: large-scale Japanese image caption dataset
90
stars
10
commits
Jul 4, 2018
updated
We developed a large-scale Japanese image caption dataset, named STAIR Captions. STAIR Captions website is http://captions.stair.center .
STAIR Captions dataset is provided as JSON files. The annotation format of STAIR Captions follows the one of MS-COCO:
annotation{
"id" : int,
"image_id" : int,
"caption" : str,
"tokenized_caption" : str,
}
For the details of the annotation format, please see MS-COCO download page.