-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
32 lines (32 loc) · 1.01 KB
/
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
{
"type": "app",
"version": "2.0.0",
"name": "Serve MMDetection 3.0",
"entrypoint": "python -m uvicorn src.main:m.app --host 0.0.0.0 --port 8000",
"port": 8000,
"categories": [
"neural network",
"images",
"videos",
"object detection",
"instance segmentation",
"detection & tracking",
"segmentation & tracking",
"serve"
],
"description": "Deploy MMDetection 3.0 model as a REST API service",
"docker_image": "supervisely/mmdet-3.0:1.1.12",
"instance_version": "6.12.30",
"task_location": "application_sessions",
"session_tags": ["deployed_nn"],
"icon": "https://github.com/supervisely-ecosystem/serve-mmdetection-2/assets/115161827/9effaa36-9d28-49b6-9a0b-ede54addb253",
"icon_cover": true,
"poster": "https://github.com/supervisely-ecosystem/serve-mmdetection-2/assets/115161827/b5d59262-637a-491c-97da-5984ffac6319",
"need_gpu": false,
"gpu": "preferred",
"min_agent_version": "6.7.17",
"community_agent": false,
"license": {
"type": "Apache-2.0"
}
}