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 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,