Skip to content

Commit 9eec533

Browse files
committed
debug enable to export tasks by yolo format
1 parent 75788e2 commit 9eec533

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)