Skip to content

Commit 745bd0c

Browse files
authored
Merge pull request #102 from fastlabel/develop
Merge to main
2 parents 4f93641 + be30cd6 commit 745bd0c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Example of a single image task object
220220
200, # bottom-right x
221221
200 # bottom-right y
222222
],
223+
"rotation": 0,
223224
"title": "Cat",
224225
"type": "bbox",
225226
"value": "cat"

fastlabel/converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# COCO
1414

1515

16-
def to_coco(tasks: list, annotations: list) -> dict:
16+
def to_coco(tasks: list, annotations: list = []) -> dict:
1717
# Get categories
1818
categories = __get_categories(tasks, annotations)
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="fastlabel",
11-
version="0.11.13",
11+
version="0.11.14",
1212
author="eisuke-ueta",
1313
author_email="[email protected]",
1414
description="The official Python SDK for FastLabel API, the Data Platform for AI",

0 commit comments

Comments
 (0)