coco-caption icon indicating copy to clipboard operation
coco-caption copied to clipboard

please add docstrings

Open bionicles opened this issue 6 years ago • 2 comments

it's hard to know what all of the acronyms mean

bionicles avatar Dec 31 '18 14:12 bionicles

gts[imgId] = self.coco.imgToAnns[imgId]
res[imgId] = self.cocoRes.imgToAnns[imgId]

what are these?

bionicles avatar Dec 31 '18 14:12 bionicles

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.

flauted avatar Jan 01 '19 13:01 flauted