DEV Community

Discussion on: Coral EdgeTPU USB Accelerator with VirtualBox

Collapse
 
oveddan profile image
Dan Oved

Koji, when I run the final command:
python3 classify_image.py \
--model ~/Downloads/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \
--label ~/Downloads/inat_bird_labels.txt \
--image ~/Downloads/parrot.jpg

I get an error:

RuntimeError: Mmap of '/home/dan/Downloads/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite' failed

Any idea what happens

Collapse
 
oveddan profile image
Dan Oved

Nevermind...the file wasn't properly downloaded