You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the excellent package guys! Especially for the CNN part (as other algos are more generally available). Anyhow:
it works but cannot open *.heic / *.heif files, and the fix is simple:
after
from PIL import Image
add
from pillow_heif import register_heif_opener
register_heif_opener()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the excellent package guys! Especially for the CNN part (as other algos are more generally available). Anyhow:
it works but cannot open *.heic / *.heif files, and the fix is simple:
after
from PIL import Image
add
from pillow_heif import register_heif_opener
register_heif_opener()
(pillow_heif must be installed).
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions