Open
Description
When I use:
tp.annotate(features[features.frame==id_example], img_example)
I get the following error:
AttributeError Traceback (most recent call last)
in ()
----> 1 tp.annotate(features[features.frame==id_example], img_example)
C:\Users\Fayaz\AppData\Local\Enthought\Canopy\User\lib\site-packages\pandas\core\generic.pyc in getattr(self, name)
2667 if name in self._info_axis:
2668 return self[name]
-> 2669 return object.getattribute(self, name)
2670
2671 def setattr(self, name, value):
AttributeError: 'DataFrame' object has no attribute 'frame'
Metadata
Assignees
Labels
No labels
Activity