mirror of
https://github.com/wassname/sloth.git
synced 2026-07-05 10:00:28 +08:00
Fix bug with image loading
This commit is contained in:
@@ -174,7 +174,7 @@ class LabelTool(QObject):
|
||||
|
||||
def getImage(self, item):
|
||||
# TODO: Also handle video frames
|
||||
self.container_.loadImage(item.filename())
|
||||
return self.container_.loadImage(item.filename())
|
||||
|
||||
def getAnnotationFilePatterns(self):
|
||||
return self.container_factory_.patterns()
|
||||
|
||||
Reference in New Issue
Block a user