Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwardh committed May 21, 2024
1 parent 53e0fb9 commit 2c139f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio_converter/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def convert(self, input_data, output_data, format, is_dir=True, **kwargs):
output_image_dir = image_dir,
output_label_dir = label_dir,
is_dir = is_dir,
obb = (format == Format.YOLO_OBB)
is_obb = (format == Format.YOLO_OBB)
)
elif format == Format.VOC:
image_dir = kwargs.get('image_dir')
Expand Down

0 comments on commit 2c139f7

Please sign in to comment.