thangvubk / FEQE

Official code (Tensorflow) for paper "Fast and Efficient Image Quality Enhancement via Desubpixel Convolutional Neural Networks"
MIT License
128 stars 19 forks source link

about Desubpixel data shape? #7

Open yiyunchen opened 5 years ago

yiyunchen commented 5 years ago

Is the input of SISR is the bicubic interpolated image? and if the Desubpixel is operate, it seem that the input size [B, C, H, W] should satisfy H%4==0 and W%4==0 ? So how should I preprocess the image? I am new to this. Thank you!

thangvubk commented 5 years ago

Sorry for my late reply. You can crop the image to ensure that the width and height are in a desirable shape.