MarcoForte / FBA_Matting

Official repository for the paper F, B, Alpha Matting
MIT License
464 stars 95 forks source link

question about resize method #27

Open YQYI opened 3 years ago

YQYI commented 3 years ago

Hello, I notice that you use cv2.INTER_LANCZOS4 to resize input trimap, why not cv2.INTER_NEAREST or other method?