-
**Describe the bug**
I noticed that some lines were missing from the coverage report, possibly as a result of line unfolding by `coveragepy`.
**To Reproduce**
How can we reproduce the problem? P…
-
Thanks for releasing tflite to PyPI! I have been using the tflite wheels from the coral release previously (https://github.com/google-coral/pycoral/releases), but having tflite on PyPI greatly simplif…
-
### Description
I'm trying to use model pipelining to speed up object detection with EfficientDet-Lite3. I was able to compile the segmented tflite models for TPU.
I modified my code based on:
1.…
-
Hi, To use features such as on-device transfer learning using Google Coral TPU, we would like to have Google's Pycoral and libcoral modules in the X-LINUX-AI OpenSTLinux Expansion Package. Using stan…
-
### Description
Hi all, my group is interested in working with some of the [pre-trained models from the coral model zoo](https://coral.ai/models/object-detection/)
We saw that they are marked as "…
-
### Description
Hi,
Been having a lot of trouble building and getting pycoral to work. Running on Windows, anaconda prompt, and python 3.8 is the only setup I've been able to get to run without any …
-
### Description
Hello, i found bug in edge TPU and Error install Pycoral for python version 3.7 :
Traceback (most recent call last):
File "C:\Users\Ananda Rauf Maududi\Downloads\Sistem Informas…
-
While utilizing the GRPC python library on a raspberry pi, once the `import grpc` line of code is run, the load delegate function will fail to connect to the USB Coral accelerator. Can someone please…
-
Environment:
Python 3.7
armv7l (ARM 32).
tflite_runtime (installed version) : 2.5.0
Issues:
Steps followed:
1. Followed steps from Python Quickstart document available on tensorflow site , b…
-
I divided the detection models(efficientdet, ssd_mobilenet, ...) into 4 segments with edgetpu_compiler v16 and pop in the pipeline.
However, the following error occurred:
```python
--------------…