You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
2 years ago
|
{
|
||
|
"name": "FaceBlurring",
|
||
|
"dag": [
|
||
|
{
|
||
|
"node_id": "decode-function",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Decode Function",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "face-detection",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from":[]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id": "face-detection",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Detect Face",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "image-blur",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from": ["decode-function"]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id": "image-blur",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Blur Faces",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from": ["face-detection"]
|
||
|
}
|
||
|
}
|
||
|
|
||
|
]
|
||
|
|
||
|
}
|