github.com/pachyderm/pachyderm@v1.13.4/examples/opencv/edges.json (about) 1 { 2 "pipeline": { 3 "name": "edges" 4 }, 5 "description": "A pipeline that performs image edge detection by using the OpenCV library.", 6 "input": { 7 "pfs": { 8 "glob": "/*", 9 "repo": "images" 10 } 11 }, 12 "transform": { 13 "cmd": [ "python3", "/edges.py" ], 14 "image": "pachyderm/opencv" 15 } 16 }