mirror of
https://github.com/wassname/sloth.git
synced 2026-07-29 11:27:41 +08:00
Initialize model of LabelTool
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user