-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (33 loc) · 1 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
33
{
"type": "app",
"version": "2.0.0",
"name": "Explore data with embeddings",
"description": "Calculate and visualize embeddings",
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000",
"docker_image": "supervisely/embeddings_app:1.0.8",
"port": 8000,
"icon": "https://user-images.githubusercontent.com/115161827/211832834-eef9325d-9e00-4499-ae42-2e7ee3d97f1a.png",
"icon_cover": true,
"poster": "https://user-images.githubusercontent.com/115161827/211832844-522b444d-4534-4b5e-bf12-14c7e7d3aeec.png",
"categories": [
"neural network",
"images",
"object detection",
"semantic segmentation",
"instance segmentation",
"metric learning",
"nn tools",
"visualization",
"exploration",
"statistics",
"visualization stats"
],
"context_menu": {
"target": ["images_project", "images_dataset"],
"context_category": "Metric Learning"
},
"instance_version": "6.12.30",
"need_gpu": false,
"gpu": "preferred",
"community_agent": false
}