Tom Gall

Results 5 comments of Tom Gall

Ok tried and re-ran the example. Same error from what I can tell tgall@viper:~/coral/pycoral-examples$ python3 examples/classify_image.py --model test_data/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite --labels test_data/inat_bird_labels.txt --input test_data/parrot.jpg Traceback (most recent call last): File "/home/tgall/.local/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line...

Here is my output: tgall@viper:/usr/include$ python3 -c 'from pycoral.utils.edgetpu import get_runtime_version; print(get_runtime_version())' BuildLabel(COMPILER=6.3.0 20170516,DATE=redacted,TIME=redacted), RuntimeVersion(14) and for libedgetpu I used apt-get tgall@viper:~$ dpkg -s libedgetpu1-std Package: libedgetpu1-std Status: install ok...

I was running into this issue too as I was building up from a clean venv. The pip3 install git+https://github.com/riscv-non-isa/riscv-arch-test/#subdirectory=riscv-isac is what ended up fixing riscof coughing up this preprocessing...

I just tripped over this as well with a "clean" install with a venv. @nibrunieAtSi5 suggestion fixed it.

Commenting here as well pip3 install git+https://github.com/riscv-software-src/riscv-config.git@dev fixed it for me. (I'm using a venv FWIW)