From 173fa25bb2c09ec3121a3bbdb59b9b579706a29d Mon Sep 17 00:00:00 2001 From: ShashwatPatil Date: Sun, 30 Mar 2025 01:02:14 +0530 Subject: [PATCH] modified the demo.yml --- node-hub/dora-cotracker/demo.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/node-hub/dora-cotracker/demo.yml b/node-hub/dora-cotracker/demo.yml index 6af1e986..70ff27ad 100644 --- a/node-hub/dora-cotracker/demo.yml +++ b/node-hub/dora-cotracker/demo.yml @@ -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 \ No newline at end of file + # 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 \ No newline at end of file