This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Create dataflow.yml
pull/965/head
Nagesh Mandal
1 year ago
parent
66d6c517b2
commit
bed5676f31
1 changed files
with
26 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+26
-0
examples/rerun-py/dataflow.yml
+ 26
- 0
examples/rerun-py/dataflow.yml
View File
@@ -0,0 +1,26 @@
nodes:
- id: camera
build: pip install opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/20
outputs:
- image
env:
CAPTURE_PATH: 0
IMAGE_WIDTH: 640
IMAGE_HEIGHT: 480
- id: object-detection
build: pip install dora-yolo
path: dora-yolo
inputs:
image: camera/image
outputs:
- bbox
- id: plot
path: ./node-hub/dora-rerun-py/dora_rerun_py/main.py
inputs:
image: camera/image
boxes2d: object-detection/bbox
Write
Preview
Loading…
Cancel
Save