RSICD_optimal icon indicating copy to clipboard operation
RSICD_optimal copied to clipboard

RSID Data label name

Open rongtongxueya opened this issue 1 year ago • 3 comments

Has anyone noticed that the name of the tagged image in the RSID dataset does not correspond to the name of the image in the image? When I checked this dataset and wanted to use it, I found that the name of the image in json was inconsistent with the name of the original image. Could you please tell me how to correct this problem

rongtongxueya avatar Jul 09 '23 17:07 rongtongxueya

Could u show the examples?

201528014227051 avatar Jul 10 '23 06:07 201528014227051

Thank you very much for your reply. The names of the data I downloaded from the RSICD link you provided are numerically named, but the tag picture names in the .json file are really category + numeric annotations.I am not sure if my operation is wrong, can you give me some advice? Your data set is needed for the current work. Thank you very much for your quick reply. json RSICD

rongtongxueya avatar Jul 11 '23 03:07 rongtongxueya

I also found some problems with why many of the five annotated sentences in this json file are repeated, and the five sentences describing an image are stressed. Am I doing something wrong and anyone can give me a little advice. {"filename": "stadium_243.jpg", "imgid": 9090, "sentences": [{"tokens": ["several", "green", "trees", "are", "around", "a", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "several green trees are around a stadium shaped like a ring runway .", "imgid": 9090, "sentid": 45450}, {"tokens": ["several", "green", "trees", "are", "around", "a", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "several green trees are around a stadium shaped like a ring runway .", "imgid": 9090, "sentid": 45451}, {"tokens": ["several", "green", "trees", "are", "around", "a", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "several green trees are around a stadium shaped like a ring runway .", "imgid": 9090, "sentid": 45452}, {"tokens": ["several", "green", "trees", "are", "around", "a", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "several green trees are around a stadium shaped like a ring runway .", "imgid": 9090, "sentid": 45453}, {"tokens": ["several", "green", "trees", "are", "around", "a", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "several green trees are around a stadium shaped like a ring runway .", "imgid": 9090, "sentid": 45454}], "split": "train", "sentids": [45450, 45451, 45452, 45453, 45454]}, {"filename": "stadium_244.jpg", "imgid": 9091, "sentences": [{"tokens": ["a", "football", "field", "is", "in", "the", "middle", "of", "a", "stadium"], "raw": "a football field is in the middle of a stadium .", "imgid": 9091, "sentid": 45455}, {"tokens": ["a", "football", "field", "is", "in", "the", "middle", "of", "a", "stadium"], "raw": "a football field is in the middle of a stadium .", "imgid": 9091, "sentid": 45456}, {"tokens": ["a", "football", "field", "is", "in", "the", "middle", "of", "a", "stadium"], "raw": "a football field is in the middle of a stadium .", "imgid": 9091, "sentid": 45457}, {"tokens": ["a", "football", "field", "is", "in", "the", "middle", "of", "a", "stadium"], "raw": "a football field is in the middle of a stadium .", "imgid": 9091, "sentid": 45458}, {"tokens": ["a", "football", "field", "is", "in", "the", "middle", "of", "a", "stadium"], "raw": "a football field is in the middle of a stadium .", "imgid": 9091, "sentid": 45459}], "split": "train", "sentids": [45455, 45456, 45457, 45458, 45459]}, {"filename": "stadium_245.jpg", "imgid": 9092, "sentences": [{"tokens": ["many", "green", "trees", "are", "around", "a", "white", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "many green trees are around a white stadium shaped like a ring runway .", "imgid": 9092, "sentid": 45460}, {"tokens": ["many", "green", "trees", "are", "around", "a", "white", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "many green trees are around a white stadium shaped like a ring runway .", "imgid": 9092, "sentid": 45461}, {"tokens": ["many", "green", "trees", "are", "around", "a", "white", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "many green trees are around a white stadium shaped like a ring runway .", "imgid": 9092, "sentid": 45462}, {"tokens": ["many", "green", "trees", "are", "around", "a", "white", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "many green trees are around a white stadium shaped like a ring runway .", "imgid": 9092, "sentid": 45463}, {"tokens": ["many", "green", "trees", "are", "around", "a", "white", "stadium", "shaped", "like", "a", "ring", "runway"], "raw": "many green trees are around a white stadium shaped like a ring runway .", "imgid": 9092, "sentid": 45464}], "split": "train", "sentids": [45460, 45461, 45462, 45463, 45464]}, {"filename": "stadium_246.jpg", "imgid": 9093, "sentences": [{"tokens": ["a", "football", "field", "is", "in", "middle", "of", "an", "oval", "old", "stadium"], "raw": "a football field is in middle of an oval old stadium .", "imgid": 9093, "sentid": 45465}, {"tokens": ["a", "football", "field", "is", "in", "middle", "of", "an", "oval", "old", "stadium"], "raw": "a football field is in middle of an oval old stadium .", "imgid": 9093, "sentid": 45466}, {"tokens": ["a", "football", "field", "is", "in", "middle", "of", "an", "oval", "old", "stadium"], "raw": "a football field is in middle of an oval old stadium .", "imgid": 9093, "sentid": 45467}, {"tokens": ["a", "football", "field", "is", "in", "middle", "of", "an", "oval", "old", "stadium"], "raw": "a football field is in middle of an oval old stadium .", "imgid": 9093, "sentid": 45468}, {"tokens": ["a", "football", "field", "is", "in", "middle", "of", "an", "oval", "old", "stadium"], "raw": "a football field is in middle of an oval old stadium .", "imgid": 9093, "sentid": 45469}], "split": "train", "sentids": [45465, 45466, 45467, 45468, 45469]},

rongtongxueya avatar Jul 12 '23 07:07 rongtongxueya