3DOM-FBK / deep-image-matching

Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software. Supports high-resolution formats and images with rotations. Both CLI and GUI are supported.
https://3dom-fbk.github.io/deep-image-matching/
BSD 3-Clause "New" or "Revised" License
294 stars 31 forks source link

Amending PIL.Image.ANTIALIAS #43

Closed nneilsutherland closed 4 months ago

nneilsutherland commented 4 months ago

Received error during resize_image.py

AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

PIL.Image.ANTIALIAS changed to PIL.Image.Resampling.LANCZOS

franioli commented 4 months ago

Hey, thanks for pointing out the bug and fixing it!