cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
610 stars 198 forks source link

"AttributeError: 'NoneType' object has no attribute 'mouseMoveEvent' when moving Face Item Bounding Box #62

Closed baeuml closed 12 years ago

baeuml commented 12 years ago

Hab grad nochmal ausprobiert die Boundingbox zu verschieben und es kommen folgende Fehler: "AttributeError: 'NoneType' object has no attribute 'mouseMoveEvent' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/sloth/gui/annotationscene.py", line 269, in keyPressEvent self._inserter.keyPressEvent(event, self._image_item) File "/usr/local/lib/python2.7/dist-packages/sloth/items/inserters.py", line 241, in keyPressEvent SequenceItemInserter.keyPressEvent(self, event, image_item) File "/usr/local/lib/python2.7/dist-packages/sloth/items/inserters.py", line 209, in keyPressEvent self._current_inserter.keyPressEvent(event, image_item) AttributeError: 'NoneType' object has no attribute 'keyPressEvent' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/sloth/gui/annotationscene.py", line 269, in keyPressEvent self._inserter.keyPressEvent(event, self._image_item) File "/usr/local/lib/python2.7/dist-packages/sloth/items/inserters.py", line 241, in keyPressEvent SequenceItemInserter.keyPressEvent(self, event, image_item) File "/usr/local/lib/python2.7/dist-packages/sloth/items/inserters.py", line 209, in keyPressEvent self._current_inserter.keyPressEvent(event, image_item) "