dongwu92 / AutoPortraitMatting

Tensorflow implementation of Automatic Portrait Matting on paper "Automatic Portrait Segmentation for Image Stylization"
Apache License 2.0
478 stars 151 forks source link

Maybe a bug in Prepocess.py #21

Open liuruoze opened 7 years ago

liuruoze commented 7 years ago

line 26: img_data = skio.imread('data/images_data/'+name+'.jpg')

May be the x and y mask should come from "images_data_crop" folder, according to the paper.