Skip to content

Commit

Permalink
Merge pull request #239 from fastlabel/debug/yolo-exports
Browse files Browse the repository at this point in the history
debug enable to export tasks by yolo format
  • Loading branch information
ryoKaz authored Dec 25, 2024
2 parents 75788e2 + 9eec533 commit ad06bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlabel/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def __coco2yolo_rect(

obj = [category_index, x, y, w, h]
objs.append(" ".join(obj))
return obj
return objs


def __coco2yolo_segmentation(
Expand Down

0 comments on commit ad06bf6

Please sign in to comment.