Browse Source

Remove object detection from dynamic plot for CI purpose

tags/v0.3.5-rc0
haixuanTao 1 year ago
parent
commit
5c97affc65
2 changed files with 1 additions and 10 deletions
  1. +1
    -1
      .github/workflows/ci.yml
  2. +0
    -9
      examples/python-dataflow/dataflow_dynamic.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -318,7 +318,7 @@ jobs:
dora start dataflow.yml --name ci-python-test
sleep 10
dora stop --name ci-python-test --grace-duration 5s
pip install -r ../examples/python-dataflow/requirements.txt --cache-dir=.
pip install opencv-python
dora start ../examples/python-dataflow/dataflow_dynamic.yml --name ci-python-dynamic
python ../examples/python-dataflow/plot_dynamic.py
sleep 5


+ 0
- 9
examples/python-dataflow/dataflow_dynamic.yml View File

@@ -9,17 +9,8 @@ nodes:
outputs:
- image

- id: object_detection
custom:
source: ./object_detection.py
inputs:
image: webcam/image
outputs:
- bbox

- id: plot
custom:
source: dynamic
inputs:
image: webcam/image
bbox: object_detection/bbox

Loading…
Cancel
Save