forked from adnaneds/DEEP-OC-unet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
35 lines (35 loc) · 1.39 KB
/
metadata.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
35
{
"title": "2D semantic segmentation multilabels with Unet",
"summary": "Semantic segmentation with Unet Deep Learning model applied to segment Cercospora Leaf Spot.",
"description": [
"This is 2D semantic segmentation multilabels with application using DEEPaaS API. The dataset used to train this model contains three classes: Background, Leaf and Disease (Cercospora). "
],
"keywords": [
"docker",
"api-v2"
],
"license": "MIT",
"date_creation": "2022-07-03",
"sources": {
"dockerfile_repo": "https://github.com/adnaneds/DEEP-OC-unet",
"docker_registry_repo": "deephdc/uc-adnaneds-deep-oc-unet",
"code": "https://github.com/adnaneds/unet"
},
"continuous_integration": {
"build_status_badge": "https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/UC-adnaneds-DEEP-OC-unet/main",
"build_status_url": "https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/UC-adnaneds-DEEP-OC-unet/job/main"
},
"tosca": [
{
"title": "Mesos (CPU)",
"url": "https://raw.githubusercontent.com/indigo-dc/tosca-templates/master/deep-oc/deep-oc-marathon-webdav.yml",
"inputs": [
"rclone_conf",
"rclone_url",
"rclone_vendor",
"rclone_user",
"rclone_pass"
]
}
]
}