ywyue / RoomFormer

[CVPR 2023] RoomFormer: Two-level Queries for Single-stage Floorplan Reconstruction
https://ywyue.github.io/RoomFormer/
MIT License
163 stars 22 forks source link

Replace deprecated PIL.Image.LINEAR with PIL.Image.BILINEAR #16

Closed submagr closed 1 year ago

submagr commented 1 year ago

The Pillow 10.0.0 is released on July 1 and deprecated PIL.Image.LINEAR in favor or PIL.Image.BILINEAR.

See detectron2 issue for the fix

ywyue commented 1 year ago

Thanks!