Initialize model of LabelTool

This commit is contained in:
Mika Fischer
2011-06-14 16:11:44 +02:00
parent 351ced184d
commit a30ede6874
+1
View File
@@ -36,6 +36,7 @@ class LabelTool(QObject):
self.container_factory_ = AnnotationContainerFactory(config.CONTAINERS)
self.container_ = AnnotationContainer()
self._current_image = None
self._model = None
# Load annotation file
if len(args) > 0: