PWC-Net
PWC-Net copied to clipboard
What are up_feat layers used for in class PWCDCNet class?
In line 204 of PWCNet.py, a up_feat layer is used for transforming the last feature x of optical flow estimator module into a 2 channels feature map. What does this mean? I couldn't find the corresponding function in the paper.