From 86b4a62ed11a95b0838286e0267b9b99da19f9fd Mon Sep 17 00:00:00 2001 From: Stan Soldatov <118521851+iwatkot@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:01:00 +0100 Subject: [PATCH 1/3] Replace 'supervise.ly' with 'supervisely.com' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bfc1ee..dad518a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ # Auto Import -[![](https://img.shields.io/badge/supervisely-ecosystem-brightgreen)](https://ecosystem.supervise.ly/apps/supervisely-ecosystem/main-import) -[![](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://supervise.ly/slack) +[![](https://img.shields.io/badge/supervisely-ecosystem-brightgreen)](https://ecosystem.supervisely.com/apps/supervisely-ecosystem/main-import) +[![](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://supervisely.com/slack) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/supervisely-ecosystem/main-import) -[![views](https://app.supervise.ly/img/badges/views/supervisely-ecosystem/main-import.png)](https://supervise.ly) +[![views](https://app.supervisely.com/img/badges/views/supervisely-ecosystem/main-import.png)](https://supervisely.com) From 4b2a51dd85d0663e47837ff033b8a2f03e15f57b Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:47:29 +0100 Subject: [PATCH 2/3] Update dev_requirements.txt --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ac2f7f9..5b5314f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -supervisely==6.73.217 +supervisely==6.73.222 # git+https://github.com/supervisely/supervisely.git@import-wizard-updates-7 # for coco dataset From 5f587d89163088c657c2bace16ce983cd7154ffd Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:51:53 +0100 Subject: [PATCH 3/3] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 3c12bb4..51a39a3 100644 --- a/config.json +++ b/config.json @@ -5,8 +5,8 @@ "categories": ["system", "import"], "system": true, "description": "Universal import tool for Images, Videos, Pointclouds, and Volumes", - "docker_image": "supervisely/import-export:6.73.217", - "min_instance_version": "6.11.19", + "docker_image": "supervisely/import-export:6.73.222", + "min_instance_version": "6.12.2", "main_script": "src/main.py", "task_location": "workspace_tasks", "headless": true,