-
I set up a new ubuntu 20.04
and did the following steps:
sudo apt-get install git
sudo apt-get install python-is-python3
sudo apt-get install python3-pip
sudo apt install curl
curl https://pa…
-
The TFLite C++ runtime now supports the Coral Edge TPU: https://coral.ai/docs/edgetpu/tflite-cpp/
We should hook that up.
-
(.venv) rpi5@raspberrypi:~/silva $ silvatpu -p det -m 240_yolov8n_full_integer_quant_edgetpu.tflite -i Working_Man_7.mp4 -z 192 -t 0.5
Loading 240_yolov8n_full_integer_quant_edgetpu.tflite for Tensor…
-
I face the following problem when I try to make this project:
```
~/edgetpu-minial-example/build $ make
[7%] Performing download step (git clone) for 'tf'
Cloning into 'tf' ...
```
And it just h…
-
Hello, I am trying to convert these models to use with Coral Edge TPU accelerator but unfortunately when i compile crnn_float16.tflite with Coral EdgeTPU compiler it says that the number of operations…
-
> Oh so you got dual EdgeTPUs? I will need to do some tweaking to get that to work. At the moment you could use one TPU for object detection and one for image classification, but not two for image cla…
-
### Description
Is it possible to also retrain a pure tflite model without edgetpu using back propagation method?
Click to expand!
### Issue Type
Support
### Operating System
Linux
### Coral…
-
I have a fresh install of Ubuntu 22.04. When I try to do the docker build as in the instructions I get the following:
```
$ sudo docker build -t edgetpu .
[+] Building 3.1s (14/15) …
-
Hi, I've run into a problem when building the minimal example:
![image](https://user-images.githubusercontent.com/115623542/200493184-7db519e9-073e-45f0-b0e5-a53b3de54f43.png)
To clarify, I cloned…
-
Hi i faced this issue while running "python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config"
Traceback (most recent call last):
…