Skip to content

Commit

Permalink
Merge pull request #2 from supervisely-ecosystem/upd-description
Browse files Browse the repository at this point in the history
Added allowed shapes in description
  • Loading branch information
TheoLisin authored Jul 7, 2023
2 parents 02e9b0d + f830d8d commit 465d092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion supervisely/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 465d092

Please sign in to comment.