SRGAN-tensorflow icon indicating copy to clipboard operation
SRGAN-tensorflow copied to clipboard

What is the use of “phaseShift” function??

Open toddwyl opened this issue 7 years ago • 1 comments

I am reimplement the paper SRGAN in paddlepaddle, I should implement the pixelshuffle function. I dont understand the use of the phaseShift which u implement in https://github.com/brade31919/SRGAN-tensorflow/blob/de8d958186911ebd064e743e624e267a1d22405d/lib/ops.py#L107 Can u help me?

toddwyl avatar Nov 11 '18 12:11 toddwyl

it is a upsample method from "Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network"

T5eng avatar Apr 20 '19 18:04 T5eng