PWC-Net icon indicating copy to clipboard operation
PWC-Net copied to clipboard

Getting weird output on using a different correlation implementation

Open pranaypratyush opened this issue 6 years ago • 4 comments

Hi there, I tried using https://github.com/ClementPinard/Pytorch-Correlation-extension for the correlation with the arguments (dilation_patch=1, kernel_size=1, stride=1, patch_size=(md * 2 + 1), padding=0). But I keep getting weird output for the pre-trained models. I am on pytorch 1. Would that be of any concern? download download 1

pranaypratyush avatar Jan 14 '19 07:01 pranaypratyush

You may follow the readme page for environment setup: https://github.com/NVlabs/PWC-Net/tree/master/PyTorch#installation I'm not able to help with issues with very diverse implementation details other than this one.

jrenzhile avatar Jan 14 '19 14:01 jrenzhile

have you solved this problem? I also have such a problem.

xianshunw avatar Feb 25 '19 10:02 xianshunw

I still haven't been able to solve this problem.

pranaypratyush avatar Mar 26 '19 09:03 pranaypratyush

@pranaypratyush Is the value of optical flow extremely large? I have reimplement pwcnet using mxnet, and when i loaded the pytorch pre-trained weights into my mxnet model, the EPE in MPI-Sintel and flyingchairs around 1000. Doubting about the different implement of correlation layer.

lelelexxx avatar Jun 20 '19 12:06 lelelexxx