-
Hello. i am having some problems running the python3 examples/classify_image.py \in MAC os Catalina 10.15.7, it seems edgetpu image is missing, as follow;
> --model test_data/mobilenet_v2_1.0_224_…
-
Eventhough I have successed int8 quantization, I recently experience failing on ResizeNearestNeighbor in Edge TPU. In the coral official website, they state that ResizeNearestNeighbor is allowed. So w…
-
Hi,
I stuck on a problem with the Coral Dev Board, here are my steps:
1, I finished the installation described in
https://coral.ai/docs/dev-board/get-started/
2, I installed the run-time as bel…
-
Hey,
I'm not sure if this is the right place but I'm having problems with the tflite-runtime and python 3.8 on the coral dev board.
I've upgraded to python 3.8 due to some other requirements and i…
-
raspi4B + ubuntu Mate20.04 + Coral USB Accelerator + python3.8:
aaa@aaa:~/work/project-bodypix$ python3 bodypix.py
Model: models/bodypix_mobilenet_v1_075_640_480_16_quant_decoder_edgetpu.tflite
T…
-
Hi!
Thank you for the code!
Iit seems to be working on the RPi (Altough I don't have a microphone yet but the code runs 🙂).
But I was trying to use it on my PC and it doesn't work, I get this error…
-
edgetpu from coral is deprecated, you can use the PyCoral library to reduce complexity of your edgetpu.py code
See -> https://github.com/google-coral/pycoral/blob/master/examples/detect_image.py
…
-
OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./posenet_lib/x86_64/posenet_decoder.so)
Any idea on this?
I compiled my own posenet_decoder as well, which …
-
Is there any example available which accepts the path to an image and then outputs the number of persons on the given picture?
-
Hi,
I have created tflite model through colab demo : [Retrain EfficientDet-Lite detector for the Edge TPU (TF2)](https://colab.research.google.com/github/google-coral/tutorials/blob/master/retrain_ef…