Skip to content

Commit

Permalink
chore(config): reinstate detection workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed May 2, 2023
1 parent fa0ebe0 commit 697c70d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- /usr/local/bin/run
- id: detection-job
type: bacalhau
image: ghcr.io/bacalhau-project/amplify/detection:0.0.3
image: ghcr.io/bacalhau-project/amplify/detection:0.0.4
entrypoint:
- /usr/local/bin/run

Expand Down Expand Up @@ -106,15 +106,15 @@ graph:
path: /inputs/
outputs:
- path: /outputs
# - id: detection-node
# job_id: detection-job
# inputs:
# - node_id: metadata-node
# predicate: '.*(video\/|image\/).*'
# - node_id: root-node
# path: /inputs
# outputs:
# - path: /outputs
- id: detection-node
job_id: detection-job
inputs:
- node_id: metadata-node
predicate: '.*(video\/|image\/).*'
- node_id: root-node
path: /inputs
outputs:
- path: /outputs
- id: merge-node
job_id: merge-job
inputs:
Expand All @@ -124,8 +124,8 @@ graph:
path: /inputs/metadata
- node_id: video-resize-node
path: /inputs/videos
# - node_id: detection-node
# path: /inputs/detections
- node_id: detection-node
path: /inputs/detections
- node_id: image-resize-node
path: /inputs/images
- node_id: csv-frictionless-node
Expand Down

0 comments on commit 697c70d

Please sign in to comment.