luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
813 stars 362 forks source link

Runtime error: Human pose estimation doesn't work :( #340

Closed 28anmol closed 2 years ago

28anmol commented 2 years ago

Greetings!!

I am trying to deploy gen2-human pose on an oak-d lite camera, with all the requirements installed as per the instruction set given in the corresponding document: readme but I get the following runtime error: device not found (even though the device is connected)

(venv) anmolsingh@ANMOLs-MacBook-Pro ProjectPython % python3 main.py -cam
Traceback (most recent call last): File "/Users/anmolsingh/Desktop/ProjectPython/main.py", line 23, in device_info = getDeviceInfo() File "/Users/anmolsingh/Desktop/ProjectPython/venv/lib/python3.9/site-packages/depthai_sdk/utils.py", line 137, in getDeviceInfo raise RuntimeError("No DepthAI device found!") RuntimeError: No DepthAI device found!

Help on this account would be extremely appreciated.

Thanks and regards, Anmol.

28anmol commented 2 years ago

Greetings!!

Nevermind! The code worked. USB to USB C cable was creating problems! Thanks!