Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: No available devices #35

Open
FlavioLorenzi opened this issue Nov 29, 2022 · 6 comments
Open

RuntimeError: No available devices #35

FlavioLorenzi opened this issue Nov 29, 2022 · 6 comments

Comments

@FlavioLorenzi
Copy link

FlavioLorenzi commented Nov 29, 2022

Hi, i'm trying to run and test your repository, but every time I launch this python3 demo.py -i path/to/video.mp4 , I get the following error:

Pose detection blob file : depthai_blazepose/models/pose_detection_sh4.blob
Landmarks using blob file : depthai_blazepose/models/pose_landmark_full_sh4.blob
Video FPS: 30
Original frame size: 852x480
Padding on height : 186
Frame working size: 852x480
2254 anchors have been created
Creating pipeline...
Creating Pose Detection Neural Network...
Creating Landmark Neural Network...
Pipeline created.
Traceback (most recent call last):
File "demo.py", line 46, in
pose = BlazeposeDepthai(input_src=args.input,
File "depthai_blazepose/BlazeposeDepthai.py", line 175, in init
self.device = dai.Device(self.create_pipeline())
RuntimeError: No available devices

Can you explain me why this error appear?
Thank you,
Bests

@geaxgx
Copy link
Owner

geaxgx commented Nov 29, 2022

Which OAK device are you using ?

@tristanle22
Copy link

Does it only with when an OAK device is connected?

@geaxgx
Copy link
Owner

geaxgx commented Jan 25, 2023

@tristanle22 This repo works only with an OAK device connected.

@tristanle22
Copy link

I see, thks!

@grpinto
Copy link

grpinto commented Aug 17, 2023

I have the same problem, how can I solve this, where can i get the OAK device ?

@tristanle22
Copy link

you'd have to buy an OAK device. Luxonis is the manufacturer: https://www.luxonis.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants