D-Nilsson / GRFP

Code for the CVPR 2018 paper "Semantic Video Segmentation by Gated Recurrent Flow Propagation"
MIT License
56 stars 8 forks source link

Bilinear Warping Compiling Issues #12

Open sbhatia4 opened 3 years ago

sbhatia4 commented 3 years ago

Tensorflow - 1.5.0 CUDA - 9.0 Windows 10 misc\compile.sh throws the below error, even though, I have bilinear_warping.cu.cc and .cc files in the folder.

bilinear_warping.cu.cc c1xx: fatal error C1083: Cannot open source file: 'bilinear_warping.cu.cc': No such file or directory g++.exe: error: bilinear_warping.cc: No such file or directory g++.exe: error: bilinear_warping.cu.o: No such file or directory

Any help would be highly appreciated!!

LittleBear666666 commented 3 years ago

Hello. Have you solved the problem yet

sbhatia4 commented 3 years ago

Hi, On Windows 10: Still, see the same issue..

On Linux: Tensorflow - 2.4 CUDA - 11.0 Ubuntu 20.04 I get the same error message, even though, I see .so file generated [so not sure, something wrong with scripts] but then, I got stuck with Tensorflow Contrib not available with Tensorflow 2.* when I run evaluate.py

Can you please, tell the config, which you guys used at your end ? I will try with that config on Linux.

And if you have some solution for the issue on Windows 10 system, would be great!! Thanks a lot!!

burhanmudassar commented 3 years ago

Are you running compile from within the misc directory?

sbhatia4 commented 3 years ago

Yes, able to fix this issue on Linux.. with older version of CUDA [9.0] and tensorflow [1.9.0].

We can close this issue. Thanks a lot!