-
Hi, I'm trying to check dma-buffer and use it to run my model (on google coral dev board), but when I try call a few functions from pycoral.utils.edgetpu, pybind return error:
Traceback (most rece…
-
First of all, thanks your work: this addon that can really help in integrating computer vision with home automation.
I'm using DOODS as addon in hassio with mobilenetSSDv2 models derived from googl…
-
First of all, thanks a lot for the great work/package/documentation!
I trained a YoloV4 Tiny model using this script:
```python
from tensorflow.keras import callbacks, optimizers
from yolov4.t…
-
### Description
I was running the last several days modifying opencv/detect.py for three usb cameras. All went well. I also modified it to just gather images with no inference. Grabbed a couple th…
-
Hello,
I trying to detection test with *.mp4
`python detect.py -m yolov5s-int8_edgetpu_416.tflite --stream test_1min.mp4`
I got this error
`usage: EdgeTPU test runner [-h] --model MODEL [--ben…
-
I am training edgetpu_mobilnet on the custom dataset and follow this link for the model selection. https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md
However, I …
-
I am building `edgetpu_roscpp` on arm64 Debian buster (pi4) with all dependencies installed. It is not able to locate tensorflow-lite:
```
catkin_make --only-pkg-with-deps edgetpu_roscpp --make-ar…
-
Hello Charles,
The Requirements
Any Linux computer with a USB port
Debian 6.0 or higher, or any derivative thereof (such as Ubuntu 10.0+)
System architecture of either x86_64 or ARM64 with ARMv8 i…
-
Hi @hunglc007
first thanks for all the work you've done.
I have followed you tutorial on how to create a `yolov4-int8.tflite`.
Then I got it successfully converted to `yolov4-int8_edgetpu.tflite…
-
I have trouble with quantizing the provided EdgeTPU-DeepLab models (from model_zoo.md / EdgeTPU-DeepLab models on Cityscapes) and compiling them for inference on the EdgeTPU:
For Quantizing, I trie…