avalonstrel / GatedConvolution_pytorch

A modified reimplemented in pytorch of inpainting model in Free-Form Image Inpainting with Gated Convolution [http://jiahuiyu.com/deepfill2/]
Other
434 stars 77 forks source link

what is the shape of numpy in the pkl file #15

Closed Lvhhhh closed 5 years ago

Lvhhhh commented 5 years ago

The mask file should be a pkl file containing a numpy.array. how to change the image mask to the pkl?? the shape of numpy in the pkl file is [1,1,h*w] or [h,w,1]??? the number of image in one pkl file is solo or multi?

how to set the params to not use the MASKDATASET

Iris6713 commented 5 years ago

I had the same problem, I want to konw how you solved it