Skip to content

Error in bubble tracking example #41

Open
@fayazr

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions