Skip to content

Commit ad06bf6

Browse files
authored
Merge pull request #239 from fastlabel/debug/yolo-exports
debug enable to export tasks by yolo format
2 parents 75788e2 + 9eec533 commit ad06bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlabel/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def __coco2yolo_rect(
540540

541541
obj = [category_index, x, y, w, h]
542542
objs.append(" ".join(obj))
543-
return obj
543+
return objs
544544

545545

546546
def __coco2yolo_segmentation(

0 commit comments

Comments
 (0)