coco-caption
coco-caption copied to clipboard
please add docstrings
it's hard to know what all of the acronyms mean
gts[imgId] = self.coco.imgToAnns[imgId]
res[imgId] = self.cocoRes.imgToAnns[imgId]
what are these?
Not a developer, but I think
- gts = ground truths
- imgId = image id
- imgToAnns = image-to-annotations
- res = result (also hypotheses in some places)
Could be wrong though.