soloist97
Results
2
issues of
soloist97
At line 115 of coco.py, function info() ```python for key, value in self.datset['info'].items(): print '%s: %s'%(key, value) ``` self.datset is not defined.
Hi there Thanks for your excellent repo! My question is that if I want to normalize the computed tree edit distance into a certain range (e.g., between 0 and 1),...