From 1d2417288f52ffdbba5416892666fc3710ff98be Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 7 Jul 2023 10:28:01 +0300 Subject: [PATCH 1/2] upd description --- supervisely/serve/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely/serve/config.json b/supervisely/serve/config.json index 429fdf1..259faa0 100644 --- a/supervisely/serve/config.json +++ b/supervisely/serve/config.json @@ -11,7 +11,7 @@ "detection & tracking", "serve" ], - "description": "serve and use in videos annotator", + "description": "serve and use in videos annotator to track polygons, points, lines and graphs", "docker_image": "supervisely/pips:1.0.0", "entrypoint": "python -m uvicorn main:pips.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000, From f830d8d39f3b6d70b13c14399112c03afd5eaa41 Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 7 Jul 2023 10:28:10 +0300 Subject: [PATCH 2/2] upd sdk version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4a5ec1..a1b2b7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu118 torch==2.0.0+cu118 torchvision==0.15.1+cu118 -supervisely==6.72.21 +supervisely==6.72.62 imageio==2.19.3 opencv-python==4.6.0.66 tensorboardX==2.2