You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, regular examples work fine for me, but when I try to use the edgeTPU examples I am having this kind of segmentation fault.
The tensforflow version which was compiled is 2.15.0 with cmake for arm64.
edgetpu shared lib is installed through "apt-get install -y libedgetpu-dev:arm64"
Just also want to mention that python examples from the pycoral repo works fine with the tpu, so the shared lib should be fine.
The reason for you not being able to reproduce is most likely is that the .tflite models in edgetpu examples are not edgetpu.tflite models but rather they are simple . tflite models. It would be good if the examples can be provided using actual edgetpu.tflite models. Even better if some examples can be provided for some of latest Yolo models like Yolov8.
Hi, regular examples work fine for me, but when I try to use the edgeTPU examples I am having this kind of segmentation fault.
The tensforflow version which was compiled is 2.15.0 with cmake for arm64.
edgetpu shared lib is installed through "apt-get install -y libedgetpu-dev:arm64"
Just also want to mention that python examples from the pycoral repo works fine with the tpu, so the shared lib should be fine.
The text was updated successfully, but these errors were encountered: