-
Notifications
You must be signed in to change notification settings - Fork 909
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
compile error on running tf_sampling_compile.sh #36
Comments
Please check if you updated the compile script according to: |
My system is ubuntu 16.04, with tf1.6, cuda9.1 (python 2.7.14) |
Hey Guys, BG, Roman |
Hey, I was able to solve my problem. Somehow my local TF path was not the same as used in the .sh script, which leads to the "missing" c++ header files. Maybe I messed up the installation of TF with pip. Changed the |
Maybe you should check your path for tensorflow. |
you should check your path for tensorflow. |
as leejiajun said, |
Hey Guys I am using Google colab to run the code. I installed tensorflow-gpu==2.0.0-beta1. I just changed the tensorflow path in .sh files and .cpp files. When I use the same path in .cpp files, I still get the same error tf_sampling.cpp:6:10: fatal error: tensorflow/core/framework/op.h: No such file or directory |
hello My system is ubuntu 16.04, with tf1.8, cuda9.1 (python 2.7.14) |
Did you get any solution? |
�I have a quick solution, under your virtual environment and run : python |
also useful for the other code based on pointnet: frsutum pointnet and so on. |
@prajaktasurvase6 it seems that when I checked in docker which I was using as setup for this , the include folder was in tensorflow_core, so in the compilation script I had to change the path to tensorflow_core/include , it did resolve the issue you pointed out but led to another issue pointed out by @mhs1212010 here |
Hi, authors,
I got error when I compile the fps code by commands:
sh tf_sampling_compile.sh
Here is the error log:
My system is ubuntu 16.04, with tf1.4 (python 2.7.14)
Any suggestion to fix it? THX!
The text was updated successfully, but these errors were encountered: