diff --git a/sloth/core/labeltool.py b/sloth/core/labeltool.py index 2f488d8..66af930 100755 --- a/sloth/core/labeltool.py +++ b/sloth/core/labeltool.py @@ -212,7 +212,6 @@ class LabelTool(QObject): try: self.container_ = self.container_factory_.create(fname) - self.container_.load(fname) self._model = AnnotationModel(self.container_.load(fname)) msg = "Successfully loaded %s (%d files, %d annotations)" % \ (fname, self._model.root().numFiles(), self._model.root().numAnnotations())