NVIDIA / flownet2-pytorch

Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Other
3.12k stars 739 forks source link

ModuleNotFoundError: No module named 'resample2d_cuda' #235

Open izhimahu opened 3 years ago

izhimahu commented 3 years ago
Charlie-0118 commented 3 years ago

I n Instruction it said the version of Pytorch should be 0.4.1, I am still looking for the right way to install this version.

Kerorohu commented 3 years ago

Add your Visual Studio Cl. Exe directory to the PATH

Jasonjk3 commented 3 years ago

Add your Visual Studio Cl. Exe directory to the PATH

it's doesn't works :(

wanzhiwen commented 2 years ago

changed /networks/*_package/setup.py in all the setup.py files from cxx_args = ['-std=c++11'] to cxx_args = ['-std=c++14'] may help