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

Did anyone run it on docker container ? I have the following[ issue](https://stackoverflow.com/questions/73326487/using-package-compiled-with-nvcc-and-installed-with-setup-py-with-remote-interpr) of installing the correlation_package, if any one solved it, I will be thankful for any assistance.

Dear Sir, "We scale the ground truth flow by 20 and downsample it to obtain the supervision signals at different levels" is written in your paper . What was the...

I use the pytorch version of pwcnet to test the inference time, the image resolution is 1024 x 512, the graphics card used is RTX3060, and the inference time is...

A couple of fixes to make this work on newer CUDA and SciPy versions.

Hello. I would like to know how to disable cost volume part of PWC-Net in the PyTorch implementation.

Why is there a external dependency for computing the cross-correlation between feature pyramids? If we assume that f1 and f2 are the features for image1 and image2, I believe more...

Hello, now the pytorch version is basically greater than 1.0 for cuda >10.0, can you provide a compilation method for correlation-pytorch?

thanks for your nice job, will you release the code of autoflow or the pretrained weights of pwc-net trained by autoflow dataset?

Hi, it is a nice work! Could you provide a code example about flow forward warping operation, I am confused about that. thank you very much!