Skip to content
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

tf branch questions #74

Closed
chenming-wu opened this issue Dec 9, 2019 · 11 comments
Closed

tf branch questions #74

chenming-wu opened this issue Dec 9, 2019 · 11 comments

Comments

@chenming-wu
Copy link

Hi Peng-Shuai,

I encountered two problems during using O-CNN tensorflow branch:

  • there is a points_database = _tf_ocnn_module.points_database # todo: delete this operator in /tensorflow/libs/__init__.py, is that ok to delete this line? otherwise I cannot compile the lib.
  • in /tensorflow/script/cls.py, it uses points_dataset in train_network function while the dataset is octree_dataset in test_network, is that correct or a typo?

Thanks!

@CRISZJ
Copy link

CRISZJ commented Dec 9, 2019

Hi Peng-Shuai,

I encountered two problems during using O-CNN tensorflow branch:

  • there is a points_database = _tf_ocnn_module.points_database # todo: delete this operator in /tensorflow/libs/__init__.py, is that ok to delete this line? otherwise I cannot compile the lib.
  • in /tensorflow/script/cls.py, it uses points_dataset in train_network function while the dataset is octree_dataset in test_network, is that correct or a typo?

Thanks!

hi,what's your problem, I also have some problems, it is as follows:

/home/user/anaconda3/envs/ocnn/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: libocnn.so: undefined symbol: _ZNK10PointsInfo12check_formatERSs

Did you have the same problem?

@chenming-wu
Copy link
Author

Hi Peng-Shuai,
I encountered two problems during using O-CNN tensorflow branch:

  • there is a points_database = _tf_ocnn_module.points_database # todo: delete this operator in /tensorflow/libs/__init__.py, is that ok to delete this line? otherwise I cannot compile the lib.
  • in /tensorflow/script/cls.py, it uses points_dataset in train_network function while the dataset is octree_dataset in test_network, is that correct or a typo?

Thanks!

hi,what's your problem, I also have some problems, it is as follows:

/home/user/anaconda3/envs/ocnn/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: libocnn.so: undefined symbol: _ZNK10PointsInfo12check_formatERSs

Did you have the same problem?

Sorry, I don't have this problem. Maybe you could try to clean your built files and rebuild again.

@CRISZJ
Copy link

CRISZJ commented Dec 10, 2019

Hi Peng-Shuai,
I encountered two problems during using O-CNN tensorflow branch:

  • there is a points_database = _tf_ocnn_module.points_database # todo: delete this operator in /tensorflow/libs/__init__.py, is that ok to delete this line? otherwise I cannot compile the lib.
  • in /tensorflow/script/cls.py, it uses points_dataset in train_network function while the dataset is octree_dataset in test_network, is that correct or a typo?

Thanks!

hi,what's your problem, I also have some problems, it is as follows:
/home/user/anaconda3/envs/ocnn/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: libocnn.so: undefined symbol: _ZNK10PointsInfo12check_formatERSs
Did you have the same problem?

Sorry, I don't have this problem. Maybe you could try to clean your built files and rebuild again.

Thanks for your reply, I try to rebuild it , but is is not success. When you follow the author' readme, have you meeting this warning?

octree/octree/octree_nn.cu(329): warning: expression has no effect
octree/octree/octree_nn.cu(358): warning: expression has no effect
octree/octree/octree_nn.cu(383): warning: expression has no effect

@wang-ps
Copy link
Contributor

wang-ps commented Dec 10, 2019

@CRISZJ The warnings can be safely ignored.
Your problem on undefined symbol: _ZNK10PointsInfo12check_formatERSs is caused by the incompatible GCC version you used to complie the code.
Please EXACTLY follow the readme to build the code, if you still have problems, let me know.

@CRISZJ
Copy link

CRISZJ commented Dec 10, 2019

@CRISZJ The warnings can be safely ignored.
Your problem on undefined symbol: _ZNK10PointsInfo12check_formatERSs is caused by the incompatible GCC version you used to complie the code.
Please EXACTLY follow the readme to build the code, if you still have problems, let me know.
Thanks for your reply. The version of gcc in my computer is 5.4.0. Is that right? I also follow the reademe to build anthoer enviroments.

@wang-ps
Copy link
Contributor

wang-ps commented Dec 10, 2019

Do you install tensorflow via the following command: conda create -n tf-1.14.0 tensorflow-gpu==1.14.0

@CRISZJ
Copy link

CRISZJ commented Dec 10, 2019

Do you install tensorflow via the following command: conda create -n tf-1.14.0 tensorflow-gpu==1.14.0

Sure , I also use the virtual enviroments

@iDzh
Copy link

iDzh commented Jan 16, 2020

May I ask if anyone has run the code through?

@songyadong106
Copy link

image

Hello, I would like to ask you to follow your steps but can't get the label, can you help me to see it?The segmentation data of "02691156",thanks!

@songyadong106
Copy link

@chenming-wu @CRISZJ @wang-ps @iDzh
can you help me to see it?

@wang-ps
Copy link
Contributor

wang-ps commented Mar 18, 2020

@chenming-wu @songyadong106
Sorry for the delay. I have updated the readme and tested the tensorflow code just now.
Now you can follow the installation guide and shape classafication guide to have a try.

@wang-ps wang-ps closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants