PeterL1n / BackgroundMattingV2

Real-Time High-Resolution Background Matting
MIT License
6.81k stars 950 forks source link

About align_corners setting? #206

Open DIVE128 opened 8 months ago

DIVE128 commented 8 months ago

Hello, thank you for your excellent work and contribution. I noticed that the align_corners setting is consistently set to False in every F.interpolate function for up-sampling. Could you please explain the reason behind this choice? Are there any consequences or effects when the setting is True?