-
Got build error message while trying to install `google-cloud-pubsub` in **Coral developer board**.
### Environment details
```
$ cat /etc/os-release
PRETTY_NAME="Mendel GNU/Linux 5 (Eagle)"
…
-
Hi im using a Tensorflow Saved model which works fine
im converting it to .tflite using the following code:
```
import cv2
from glob import glob
import numpy as np
import tensorflow as tf
def…
-
Title pretty much says it all. I've a i3-4025 "Mini PC" with MPCIe setup for dual boot. I've ported my Python edgetpu code tp pycoral and it runs fine on Ubuntu 20.04.
Moving the code to Windows…
-
Hi,
I am following the execution instructions from the Coral posenet example.
When I try to run:
> python3 pose_camera.py
The output is:
> Loading model: models/mobilenet/posenet_mobil…
-
Does anyone know if the mask_rcnn model is able to be run on the coral edgu_tpu? I got an error when running the compiler on the quantized mask_rcnn TFLite model:
```
Edge TPU Compiler version 15.0.…
-
Hi, I'm trying to compile pycoral with bazel 0.21 but it fails with:
```
ERROR: Unrecognized option: --experimental_repo_remote_exec
INFO: Invocation ID: 39fc9363-9dd7-4600-8a20-a9995f7691ee
Makef…
-
Hi.
I use M.2 Accelerator TPU on Ubuntu 20.04.
One proccess working normally.But when i run second script (parallel) have error.
Error:
> ValueError: Failed to load delegate from libedgetp…
-
Hi There,
Thanks for the code, excited to get some realtime local segmentation up and running.
I have been struggling to get this compiling in osx (10.15.7) with python 3.7 with the Coral Usb A…
-
## URL(s) with the issue:
https://www.tensorflow.org/lite/guide/python
## Description of issue (what needs changing):
The [TensorFlow Lite Python quickstart guide](https://www.tensorflow.org/li…
-
Hello,
I am trying to use the "Mini PCIe Accelerator" on the Raspberry Pi Compute Module 4 running Ubuntu Mate 20.04 64-bit. I am able to install the drivers and necessary runtimes required. On the…