Skip to content

Commit

Permalink
Model manager (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored and nmanovic committed Feb 4, 2019
1 parent 5c59d9d commit 46d2120
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 310 deletions.
2 changes: 1 addition & 1 deletion cvat/apps/auto_annotation/image_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __getitem__(self, i):

def __iter__(self):
for imagename in self.image_list:
yield imagename, self._load_image(imagename)
yield self._load_image(imagename)

def __len__(self):
return len(self.image_list)
Expand Down
Loading

0 comments on commit 46d2120

Please sign in to comment.