-
Notifications
You must be signed in to change notification settings - Fork 1
/
available_models.json
34 lines (34 loc) · 1.33 KB
/
available_models.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
34
{
"models": {
"model": [
{
"name": "U2Net",
"description": "U2Net is a deep learning model that can be used for image segmentation. It is based on the U-Net architecture and is designed to segment objects from the background in images.",
"type": "onnx",
"filename": "u2net.onnx",
"url": "https://github.com/DHD2280/Oxygen-Customizer-AI-Plugin/releases/download/models/u2net.onnx"
},
{
"name": "U2Net Human Segmentation",
"description": "U2Net model for human segmentation.",
"type": "onnx",
"filename": "u2net_human_seg.onnx",
"url": "https://github.com/DHD2280/Oxygen-Customizer-AI-Plugin/releases/download/models/u2net_human_seg.onnx"
},
{
"name": "U2Netp",
"description": "U2Net but with a smaller model size and faster inference speed.",
"type": "onnx",
"filename": "u2netp.onnx",
"url": "https://github.com/DHD2280/Oxygen-Customizer-AI-Plugin/releases/download/models/u2netp.onnx"
},
{
"name": "isnet-anime",
"description": "A high-accuracy segmentation for anime character.",
"type": "onnx",
"filename": "isnet_anime.onnx",
"url": "https://github.com/DHD2280/Oxygen-Customizer-AI-Plugin/releases/download/models/isnet_anime.onnx"
}
]
}
}