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
modified the demo.yml
tags/v0.3.12-rc0
ShashwatPatil
10 months ago
parent
f260571c4f
commit
173fa25bb2
1 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-7
node-hub/dora-cotracker/demo.yml
+ 7
- 7
node-hub/dora-cotracker/demo.yml
View File
@@ -17,7 +17,7 @@ nodes:
path: dora-cotracker
inputs:
image: camera/image
points_to_track: input/points_to_track
#
points_to_track: input/points_to_track
outputs:
- tracked_image
- tracked_points
@@ -30,9 +30,9 @@ nodes:
tracked_image: tracker/tracked_image
# replace with your own node that outputs tracking points # optional
comment is not needed
- id: input
build: pip install -e .
path: point-input-node
outputs:
- points_to_track
# replace with your own node that outputs tracking points # optional
uncomment if input via node
#
- id: input
#
build: pip install -e .
#
path: point-input-node
#
outputs:
#
- points_to_track
Write
Preview
Loading…
Cancel
Save