OpenTalker / DPE

[CVPR 2023] DPE: Disentanglement of Pose and Expression for General Video Portrait Editing
https://carlyx.github.io/DPE/
MIT License
417 stars 45 forks source link

Update crop_video.py #23

Open jushe opened 4 months ago

jushe commented 4 months ago

ANTIALIAS was removed in Pillow 10.0.0. Change to PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.