-
### Description
PS C:\programs\coral\pycoral> python .\examples\classify_image.py --model .\test_data\mobilenet_v2_1.0_224_inat_bird_quant.tflite --labels .\test_data\inat_bird_labels.txt --input…
talcs updated
3 years ago
-
Hi, I'd like to know if it's possible to run grad-cam using the PyCoral API, so far I was not able to find examples
-
### Description
I have a coral pose estimation model that I converted from the trained chekpoint follow [https://github.com/scnuhealthy/Tensorflow_PersonLab](). The model is tested to be able to ru…
-
Hello. i am having some problems running the python3 examples/classify_image.py \in MAC os Catalina 10.15.7, it seems edgetpu image is missing, as follow;
--model test_data/mobilenet_v2_1.0_224_ina…
-
I need some startup push ;-)
I use a RPi4 with 4 GB RAM.
_python3 shows:_
```
Python 3.7.3 (default, Dec 20 2019, 18:57:59)
[GCC 8.3.0] on linux
```
As I understand, I need to install fi…
-
Hi guys,
I've been trying to use the pycoral library with the USB Accelerator, but, having had issues with the interpreter on the latest stable tensorflow version (2.4.1), I was forced to use the tf-…
-
### Description
Refererence: https://coral.ai/docs/accelerator/get-started
Following the instructions at the above reference URL, I was able to build and install the Edge TPU Runtime (libedgetpu1…
-
I am trying the mobilenet model with the command below:
`python3 detect.py --camera_idx 3 --model ../all_models/mobilenet_v2_1.0_224_quant_edgetpu.tflite --labels ../all_models/imagenet_labels.txt`…
-
I'm trying to run the image classifier as explained in the **Get started** documentation.
I've set up a Virtualbox VM using Vagrant:
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.confi…
-
### Description
https://coral.ai/docs/accelerator/get-started#runtime-on-mac
```bash
curl -LO https://github.com/google-coral/libedgetpu/releases/download/release-frogfish/edgetpu_runtime_202101…