tylin / coco-caption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little typo in coco.py info()

soloist97 opened this issue · 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.