Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pycoral has problem -- Edge TPU #66

Open
hyeonseochoi2006 opened this issue Feb 8, 2024 · 1 comment
Open

pycoral has problem -- Edge TPU #66

hyeonseochoi2006 opened this issue Feb 8, 2024 · 1 comment
Labels
comp:model Model related isssues type:build/install Build and install issues

Comments

@hyeonseochoi2006
Copy link

hyeonseochoi2006 commented Feb 8, 2024

Description

chuih@▒▒▒▒_NOTE-BOOK MINGW64 ~/coral/pycoral (master)
$ 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 "C:\Users\chuih\coral\pycoral\examples\classify_image.py", line 121, in
main()
File "C:\Users\chuih\coral\pycoral\examples\classify_image.py", line 79, in main
image = Image.open(args.input).convert('RGB').resize(size, Image.ANTIALIAS)
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

and i have python version 3.9.0

Click to expand!

Issue Type

Build/Install

Operating System

No response

Coral Device

No response

Other Devices

No response

Programming Language

No response

Relevant Log Output

No response

@google-coral-bot google-coral-bot bot added comp:model Model related isssues type:build/install Build and install issues labels Feb 8, 2024
@hyeonseochoi2006
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:model Model related isssues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

1 participant