Skip to content

Commit 7e2c6f1

Browse files
authored
Update node hub references (dora-rs#1161)
- The repo is now named `dora-hub` instead of `node-hub` - The node implementations were moved into a `node-hub` subfolder in dora-rs/dora-hub#11
2 parents d1ff1a6 + b214f88 commit 7e2c6f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
100100
## Node Hub
101101

102-
The node hub is available in the [**`dora-rs/node-hub`**](https://github.com/dora-rs/node-hub/) repository.
102+
The node hub is available in the [**`dora-rs/dora-hub`**](https://github.com/dora-rs/dora-hub/) repository.
103103

104104
## Examples
105105

examples/python-dataflow/dataflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodes:
22
- id: camera
3-
build: pip install "git+https://github.com/dora-rs/node-hub.git#egg=opencv-video-capture&subdirectory=opencv-video-capture"
3+
build: pip install "git+https://github.com/dora-rs/dora-hub.git#egg=opencv-video-capture&subdirectory=node-hub/opencv-video-capture"
44
path: opencv-video-capture
55
inputs:
66
tick: dora/timer/millis/20
@@ -12,15 +12,15 @@ nodes:
1212
IMAGE_HEIGHT: 480
1313

1414
- id: object-detection
15-
build: pip install "git+https://github.com/dora-rs/node-hub.git#egg=dora-yolo&subdirectory=dora-yolo"
15+
build: pip install "git+https://github.com/dora-rs/dora-hub.git#egg=dora-yolo&subdirectory=node-hub/dora-yolo"
1616
path: dora-yolo
1717
inputs:
1818
image: camera/image
1919
outputs:
2020
- bbox
2121

2222
- id: plot
23-
build: pip install "git+https://github.com/dora-rs/node-hub.git#egg=dora-rerun&subdirectory=dora-rerun"
23+
build: pip install "git+https://github.com/dora-rs/dora-hub.git#egg=dora-rerun&subdirectory=node-hub/dora-rerun"
2424
path: dora-rerun
2525
inputs:
2626
image: camera/image

examples/python-dataflow/dataflow_dynamic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodes:
22
- id: camera
3-
build: pip install "git+https://github.com/dora-rs/node-hub.git#egg=opencv-video-capture&subdirectory=opencv-video-capture"
3+
build: pip install "git+https://github.com/dora-rs/dora-hub.git#egg=opencv-video-capture&subdirectory=node-hub/opencv-video-capture"
44
path: opencv-video-capture
55
inputs:
66
tick: dora/timer/millis/16
@@ -12,7 +12,7 @@ nodes:
1212
IMAGE_HEIGHT: 480
1313

1414
- id: plot
15-
build: pip install "git+https://github.com/dora-rs/node-hub.git#egg=opencv-plot&subdirectory=opencv-plot"
15+
build: pip install "git+https://github.com/dora-rs/dora-hub.git#egg=opencv-plot&subdirectory=node-hub/opencv-plot"
1616
path: dynamic
1717
inputs:
1818
image: camera/image

0 commit comments

Comments
 (0)