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

PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)

Results 64 PWC-Net issues
Sort by recently updated
recently updated
newest added

Hi guys, in your pytorch implementation you are using 3 convolutional layers per level to extract the feature pyramid. In the paper you only talk about two layers, are there...

Hi, It seems that I have installed the external correlation package for PyTorch successfully (no error messages shown), but when I use the Correlation module under the package, I get...

Hi Deqing, I am interested to your work PWC-net, and I want to use it for optical flow estimation.But I have something confused. 1. I wonder that is that PWC-net-small...

beginner here. I want to fine-tune PWC-Net on ChairsSDHom dataset. I suppose I have to convert ChairsSDHom to lmdb format but I am not sure how? And where can I...

There is cpp extension correlation_cuda in PWC-Net. thop library won't be able to calculate a custom extension. I'm doing a benchmark research on some dl based flow net. It will...

Hi, I find that in [PyTorch version ](https://github.com/NVlabs/PWC-Net/blob/master/PyTorch/models/PWCNet.py), line 122, there is a deconv layer that has been defined but remains unused. If it is a typo, May I delete...

Hi, thanks for your code. I just want to confirm how the obtained optical flow should be used to image warp. ``` script_pwc.py './data/frame_0010.png' './data/frame_0011.png' './tmp/frame_0010.flo' ``` As the code...

Based on my understanding, the flow filed always indicates the flow of each pixel from the previous frame to the current one. However, why and how do you do the...

Could you please show me any solutions to this problem? `Executing /usr/bin/caffe test -model tmp/deploy.prototxt -weights ./model/pwc_net.caffemodel -iterations 2 -gpu 0 I1126 15:47:04.038105 22832 caffe.cpp:275] Use GPU with device ID...

this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev...