-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Describe the bug
frame: (1080, 1920, 4)
img: (1080, 1920, 3)
output: [[ 3.6737819 3.6716187 3.6644292 ... 12.203822 12.108404 12.077164 ]
[ 3.6688473 3.6667528 3.6598594 ... 12.227848 12.146185 12.11989 ]
[ 3.6578336 3.655894 3.6496665 ... 12.287019 12.240098 12.226307 ]
...
[53.57742 53.672173 53.898468 ... 83.08049 83.24545 83.30725 ]
[53.411537 53.528187 53.81199 ... 83.325745 83.47475 83.5309 ]
[53.344387 53.46946 53.775078 ... 83.41604 83.56092 83.615654 ]]
Traceback (most recent call last):
File "<string>", line 1, in <module>
RuntimeError: Dora Runtime raised an error.
Caused by:
0: main task failed
1: received error event: failed to map shared memory input
Caused by:
Opening the shared memory failed, os error 24
Location:
apis/rust/node/src/event.rs:64:14
Location:
binaries/runtime/src/lib.rs:316:34
(dora3.7) jarvis@jia:~/coding/dora_home/dora-drives$ Traceback (most recent call last):
File "<string>", line 1, in <module>
RuntimeError: Dora Runtime raised an error.
Caused by:
0: main task failed
1: failed to send node output
2: failed to allocate shared memory
3: Creating the shared memory failed, os error 24
Location:
apis/rust/node/src/node.rs:169:22To Reproduce
Steps to reproduce the behavior:
- Dora start daemon:
dora up - Start a new dataflow:
dora start graphs/tutorials/webcam_single_dpt_frame.yaml --attach --hot-reload --name webcam-midas
Expected behavior
A clear and concise description of what you expected to happen.
Environments (please complete the following information):
- System info:
Linux jia 5.15.0-69-generic #76~20.04.1-Ubuntu SMP Mon Mar 20 15:54:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux - Dora version: 0.2.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
