WXinlong / ASIS

Associatively Segmenting Instances and Semantics in Point Clouds, CVPR 2019
MIT License
253 stars 65 forks source link

error in tfop compling #9

Closed justbin1123 closed 5 years ago

justbin1123 commented 5 years ago

截图 I get the error "not find -ltensorflow_framework "when i try to complie on may os

if i try use ur tf_sampling_so.so,I get the error "tf_sampling_so.so: undefined symbol: _ZN10tensorflow15OpKernelContext10CtxFailureEPKciRKNS_6StatusE"

And my env is tf1.4 py27 cuda9.0.

GuoliangShiIntel commented 5 years ago

Hello, I get the same error.

tf_sampling_so.so: undefined symbol: _ZN10tensorflow6StatusC1ENS_5error4CodeENS_11StringPieceE

My environment is tf1.13 py3.6 cuda9.0.

Have you solved this problem?

GuoliangShiIntel commented 5 years ago

I find how to resolve this problem in PointNet++.

https://github.com/charlesq34/pointnet2/issues/48

justbin1123 commented 5 years ago

I find how to resolve this problem in PointNet++.

charlesq34/pointnet2#48

https://github.com/charlesq34/pointnet2/issues/48#issuecomment-458154518 ive resolve it