-
do you think yolo 10 can work with this?
https://github.com/THU-MIG/yolov10
-
### Description
Pycoral is available only with support for Python 3.9. Most distribution now no longer ship with that version, rather either 3.10 or 3.11. So there is factually no version of pycoral …
-
Hi
I build the balena-coral project by the "./balena-yocto-scripts/build/barys -d -m coral-dev" but i can't found any libedgetpu files or libraries in the build folder. Whether i miss some comma…
-
Hello,
On the waitlist I saw on option for "PCIe x4 to four m.2 E-key slots adapter".
Will this adapter support 4 x Dual TPUs for a total of 8 TPUs?
Do you have a timeline for when, approximate…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
### Description
Is there any way to assign(mount) apex_0 to container_0 then apex_1 to container_1?
I tried docker run --device and --cap-add flag but nothing work.
```
#container_0
docker r…
-
**Is this example supposed to also run on _RASPI 4_ or am I just wasting my time?**
Independent of the model used I get this error.
**Loading model: models/mobilenet/posenet_mobilenet_v1_075_4…
-
Hi,
This looks cool. Though weirdly I can't see the view window open up. All I get is:
pi@kobukiMxnet:~/edgetpu/python-tflite-source/edgetpu $ python3 demo/detect_capture_crop.py --model test_da…
-
hello, There was a problem trying to apply your code.
my env
ARCH: arm64
BOARD: odroid-M1
kernel: 5.18
I installed absl library.
my error log
```
tensorflow/lite/tools/make/downloads/ruy…
-
I am trying to move batched matrix multiplication to edge tpu. I have 3000 matrices of dimensions 500 * 500 and a vectors of dimensions 500 *1. I want to multiply matrix A_i with vector b_i and return…