Skip to content

Commit

Permalink
poster and icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Apr 24, 2023
1 parent b7ad0f6 commit aeca436
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 30 deletions.
4 changes: 2 additions & 2 deletions supervisely/serve/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" markdown>
<img src="xxx" />
<img src="https://user-images.githubusercontent.com/115161827/233959102-9c48949f-b353-4a4b-ab7d-c1da99dfd914.jpg" />

# PIPs object tracking

Expand All @@ -8,7 +8,7 @@ state-of-the art interactive tracking using point trajectories integrated into S
<img src='https://particle-video-revisited.github.io/images/fig1.jpg'>

<p align="center">
<a href="#Overview">Overview</a> •w
<a href="#Overview">Overview</a> •
<a href="#How-To-Run">How To Run</a> •
<a href="#Controls">Controls</a> •
<a href="#Acknowledgment">Acknowledgment</a>
Expand Down
59 changes: 31 additions & 28 deletions supervisely/serve/config.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"name": "PIPs object tracking",
"type": "app",
"version": "2.0.0",
"categories": [
"neural network",
"videos",
"detection & tracking",
"serve"
],
"description": "serve and use in videos annotator",
"docker_image": "supervisely/pips:1.0.0",
"main_script": "supervisely/serve/src/main.py",
"task_location": "application_sessions",
"isolate": true,
"headless": true,
"need_gpu": true,
"instance_version": "6.7.16",
"restart_policy": "on_error",
"session_tags": [
"sly_video_tracking"
],
"community_agent": false,
"allowed_shapes": [
"polygon",
"point",
"rectangle"
]
}
"name": "PIPs object tracking",
"type": "app",
"version": "2.0.0",
"poster": "https://user-images.githubusercontent.com/115161827/233959102-9c48949f-b353-4a4b-ab7d-c1da99dfd914.jpg",
"icon_cover": true,
"icon": "https://user-images.githubusercontent.com/115161827/233959116-9d0922c6-e6fc-4f3a-958d-430742533f3a.jpg",
"categories": [
"neural network",
"videos",
"detection & tracking",
"serve"
],
"description": "serve and use in videos annotator",
"docker_image": "supervisely/pips:1.0.0",
"main_script": "supervisely/serve/src/main.py",
"task_location": "application_sessions",
"isolate": true,
"headless": true,
"need_gpu": true,
"instance_version": "6.7.16",
"restart_policy": "on_error",
"session_tags": [
"sly_video_tracking"
],
"community_agent": false,
"allowed_shapes": [
"polygon",
"point",
"rectangle"
]
}

0 comments on commit aeca436

Please sign in to comment.