-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
40 lines (37 loc) · 2 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
36
37
38
39
40
{
"title": "Body pose detection",
"summary": "Detect body poses in images.",
"description": [
"This is a plug-and-play tool for real-time pose estimation using deep neural networks. The original model, weights, code, etc. was created by Google and can be found at https://github.com/tensorflow/tfjs-models/tree/master/posenet. \n",
"PoseNet can be used to estimate either a single pose or multiple poses, meaning there is a version of the algorithm that can detect only one person in an image/video and another version that can detect multiple persons in an image/video. \n",
"The PREDICT method expects an RGB image as input (or the url of an image) and returns as output the different body keypoints with the corresponding coordinates and the associated key score",
"<img class='fit', src='https://raw.githubusercontent.com/deephdc/DEEP-OC-posenet-tf/master/images/posenet.png'/>\n"
],
"keywords": [
"tensorflow", "docker", "deep learning", "inference", "pre-trained", "api-v2", "image"
],
"license": "Apache 2.0",
"date_creation": "2019-07-31",
"sources": {
"dockerfile_repo": "https://github.com/deephdc/DEEP-OC-posenet-tf",
"docker_registry_repo": "deephdc/deep-oc-posenet-tf",
"code": "https://github.com/deephdc/posenet-tf"
},
"continuous_integration": {
"build_status_badge": "https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/DEEP-OC-posenet-tf/master",
"build_status_url": "https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/DEEP-OC-posenet-tf/job/master"
},
"tosca": [
{
"title": "Marathon default",
"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"
]
}
]
}