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

Little typo in coco.py info()

Open soloist97 opened this issue 6 years ago • 0 comments

At line 115 of coco.py, function info()

for key, value in self.datset['info'].items():
    print '%s: %s'%(key, value)

self.datset is not defined.

soloist97 avatar Mar 30 '19 14:03 soloist97