-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bilinear Warping Compiling Issues #12
Comments
Hello. Have you solved the problem yet |
Hi, On Linux: 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!! |
Are you running compile from within the misc directory? |
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! |
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!!
The text was updated successfully, but these errors were encountered: