-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (33 loc) · 924 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Apply NN to Videos Project",
"type": "app",
"version": "2.0.0",
"categories": [
"neural network",
"videos",
"detection & tracking",
"segmentation & tracking",
"inference interfaces",
"labeling"
],
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000",
"port": 8000,
"description": "Predictions on every frame are combined with BoT-SORT/DeepSort into tracks automatically",
"docker_image": "supervisely/apply-nn-to-videos-project:1.0.5",
"instance_version": "6.10.0",
"task_location": "workspace_tasks",
"isolate": true,
"headless": false,
"need_gpu": false,
"gpu": "preferred",
"icon": "https://imgur.com/HPtoMih.png",
"icon_background": "#FFFFFF",
"context_menu": {
"target": ["videos_project"],
"context_root": "Neural Networks"
},
"poster": "https://imgur.com/dE7nQl6.png",
"license": {
"type": "AGPL-3.0"
}
}