edgetpu-yolo icon indicating copy to clipboard operation
edgetpu-yolo copied to clipboard

Minimal-dependency Yolov5 and Yolov8 export and inference demonstration for the Google Coral EdgeTPU

Results 9 edgetpu-yolo issues
Sort by recently updated
recently updated
newest added

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...

Hello @jveitchmichaelis i just tested your code on an EdgeTPU with a model exported from https://hub.ultralytics.com/models/VNKIIDQ0ngjulGQyQnSg The code in this repository needs to implement a small change in order to...

Hi man, I have exported my yolov8 model to edge tpu model using ultralytics. I'm able to perform the inference using USB coral accelerator. But I'm not sure how to...

Hi @jveitchmichaelis, Thank you for sharing these models! When I run a coco ssd model (from the [coral.ai](https://coral.ai/models/object-detection/) site) via [tfjs](https://github.com/tensorflow/tfjs), then I get as expected 4 output sensors as...

I got an error using example: `UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 218: character maps to ` It seems windows uses CP1251 encoding by default. I changed...

Hello, greetings from Colombia. I have a problem running a different model than the one in the repo example. https://i.imgur.com/AoIYaAL.png However when I run the same command with one of...

Hi I would like to know if it is possible to run inference on a video ? Thanks

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 [--bench_speed] [--bench_image] [--conf_thresh CONF_THRESH] [--iou_thresh...