Skip to content

Commit

Permalink
Update SDK version to v6.73.282. Enable save_image_info param
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jan 21, 2025
1 parent 2435b21 commit a7f8e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "2.0.0",
"categories": ["images", "export"],
"description": "images and JSON annotations",
"docker_image": "supervisely/import-export:6.73.273",
"instance_version": "6.12.17",
"docker_image": "supervisely/import-export:6.73.282",
"instance_version": "6.12.23",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
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.273
supervisely==6.73.282
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def download(project: sly.Project) -> str:
log_progress=True,
save_image_meta=True,
save_images=save_images,
save_image_info=True,
)

meta_path = os.path.join(download_dir, "meta.json")
Expand Down

0 comments on commit a7f8e20

Please sign in to comment.