Skip to content

Commit

Permalink
Fix coco export
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Feb 20, 2020
1 parent e00e5a9 commit addd22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datumaro/datumaro/plugins/coco_format/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def _save_image(self, item):
filename += CocoPath.IMAGE_EXT
path = osp.join(self._images_dir, filename)
save_image(path, image)
return path
return filename

def convert(self):
self._make_dirs()
Expand Down

0 comments on commit addd22e

Please sign in to comment.