Skip to content

Commit

Permalink
Update Docker image and SDK version to 6.73.257; remove unused semaph…
Browse files Browse the repository at this point in the history
…ore size adjustment
  • Loading branch information
GoldenAnpu committed Dec 18, 2024
1 parent 5bc32e7 commit d90f8d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.0",
"categories": ["images", "export"],
"description": "Converts Supervisely to COCO format and prepares tar archive for download",
"docker_image": "supervisely/import-export:6.73.256",
"docker_image": "supervisely/import-export:6.73.257",
"min_instance_version": "6.12.12",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely==6.73.256
supervisely==6.73.257
4 changes: 0 additions & 4 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,4 @@ def export_to_coco(api: sly.Api) -> None:

if __name__ == "__main__":
api = sly.Api.from_env()
if api.server_address == "https://app.supervisely.com":
semaphore = api.get_default_semaphore()
if semaphore._value == 10:
api.set_semaphore_size(7)
export_to_coco(api)

0 comments on commit d90f8d2

Please sign in to comment.