NVlabs / PWC-Net

PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
Other
1.63k stars 357 forks source link

I wang to run it on cpu to test ,but i can't complie it successfully,how should i modify it? #90

Open zhuangxiaopi opened 5 years ago

jrenzhile commented 5 years ago

@zhuangxiaopi we have CUDA functions for the correlation layer, therefore you'll have to write your own such function using only CPU, before running the code