Skip to content

Commit

Permalink
Merge pull request #17 from supervisely-ecosystem/update-docker-image
Browse files Browse the repository at this point in the history
Update docker image in config.json to supervisely/import-export:6.73.22
  • Loading branch information
almazgimaev authored Feb 9, 2024
2 parents 465f258 + 9778cf5 commit 2b868e0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
49 changes: 27 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"name": "Export to Pascal VOC",
"type": "app",
"categories": ["images", "export"],
"description": "Converts Supervisely Project to Pascal VOC format",
"docker_image": "supervisely/import-export:6.73.4",
"instance_version": "6.8.73",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
"pascalContourThickness": 3,
"trainSplitCoef": 0.8
},
"task_location": "workspace_tasks",
"icon": "https://i.imgur.com/zTseThz.png",
"icon_background": "#FFFFFF",
"headless": true,
"context_menu": {
"target": ["images_project"],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/48245050/182382862-d74f1b2c-b19e-47c2-84db-45cd934ec34e.png"
}
"name": "Export to Pascal VOC",
"type": "app",
"categories": [
"images",
"export"
],
"description": "Converts Supervisely Project to Pascal VOC format",
"docker_image": "supervisely/import-export:6.73.22",
"instance_version": "6.8.73",
"main_script": "src/main.py",
"modal_template": "src/modal.html",
"modal_template_state": {
"pascalContourThickness": 3,
"trainSplitCoef": 0.8
},
"task_location": "workspace_tasks",
"icon": "https://i.imgur.com/zTseThz.png",
"icon_background": "#FFFFFF",
"headless": true,
"context_menu": {
"target": [
"images_project"
],
"context_root": "Download as"
},
"poster": "https://user-images.githubusercontent.com/48245050/182382862-d74f1b2c-b19e-47c2-84db-45cd934ec34e.png"
}
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.4
supervisely==6.73.22
lxml==4.6.3
numpy>=1.19.4
Pillow>=8.0.1

0 comments on commit 2b868e0

Please sign in to comment.