Skip to content

Commit

Permalink
Update docker image in config.json to supervisely/import-export:6.73.160
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Aug 16, 2024
1 parent 261dd1d commit 754accf
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"name": "Convert Supervisely to YOLO v5 format",
"type": "app",
"version": "2.0.0",
"categories": ["images", "export"],
"categories": [
"images",
"export"
],
"description": "Transform project to YOLO v5 format and prepares tar archive for download",
"docker_image": "supervisely/import-export:6.73.141",
"instance_version": "6.9.22",
"docker_image": "supervisely/import-export:6.73.160",
"instance_version": "6.11.8",
"main_script": "src/convert_sly_to_yolov5.py",
"modal_template": "src/modal.html",
"modal_template_state": {
Expand All @@ -18,8 +21,10 @@
"icon": "https://i.imgur.com/pz3eSzx.png",
"icon_background": "#FFFFFF",
"context_menu": {
"target": ["images_project"],
"target": [
"images_project"
],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/106374579/183683758-89476d80-de3f-424f-9bfa-f1562703a168.png"
}
}

0 comments on commit 754accf

Please sign in to comment.