google-coral / project-teachable-sorter

Apache License 2.0
48 stars 15 forks source link

Update sorter.py due PIL update #28

Open Gadgeteering opened 2 years ago

Gadgeteering commented 2 years ago

Fix the two errors below.

AttributeError: module 'PIL.Image' has no attribute 'fromArray' #6

ValueError: Unknown resampling filter (224). Use Image.NEAREST (0), Image.LANCZOS (1), Image.BILINEAR (2), Image.BICUBIC (3), Image.BOX (4) or Image.HAMMING (5)