indexnet_matting icon indicating copy to clipboard operation
indexnet_matting copied to clipboard

questions regarding to the image_alignment() function

Open tianmingdu opened this issue 5 years ago • 1 comments

I an interested in the function of the image_alignment() which outputs images with width times 32. Why is that so? Another question is that are you training the model without fixing a specific size?

tianmingdu avatar Nov 12 '19 12:11 tianmingdu

Hi @tianmingdu, This is because the output side of the network is 32. It is a common practice in dense labeling problems. I train the model following DeepMatting, with a fixed size of 320x320.

poppinace avatar Nov 19 '19 09:11 poppinace