Hemanth-Jonnala

Results 260 comments of Hemanth-Jonnala

Can you please try below commands and after replacing the libedgetpu path in the following commands and try the demo. ``` sudo chmod +rwx /usr/lib/aarch64-linux-gnu/libedgetpu.so.1.0 sudo chmod +rwx /usr/lib/aarch64-linux-gnu/libedgetpu.so.1 ```

can you please share how did you install libedgetpu runtime and output of following snippet. Thanks! ``` mog@random:~$ python3 -c 'from pycoral.utils.edgetpu import get_runtime_version; print(get_runtime_version())' BuildLabel(COMPILER=6.3.0 20170516,DATE=redacted,TIME=redacted), RuntimeVersion(14) ```

Okay, can you please share the output of following snippet. Thanks https://github.com/google-coral/edgetpu/issues/491#issuecomment-948206410

@tom-gall are you still facing the issue?

@andrewtvuong I am able to run this command python3 pose_camera.py --res 480x360 on RASPI4 without any error. I don't see these lines on cmd: ``` Unable to init server: Could...

can you share output of following command: `python3 -c 'from pycoral.utils.edgetpu import get_runtime_version; print(get_runtime_version())'`

can you try `python3 simple_pose.py` and see if you are getting any segmentation fault?

please check this: https://coral.ai/docs/notes/build-coral/#failed-to-load-delegate-from-libedgetpuso1 to resolve ValueError: Failed to load delegate from libedgetpu.so.1

I am not having any segmentation issue with any script. I have python 3.7.3. what is your python version? tflite_runtime version? pycoral version?

Hmm.. I have same config.. can you try without headless?