Closed ytyfeng closed 4 years ago
@ytyfeng Did you have any problem on compile tf_ops?
No, there’s no problems when I do cmake. However, I commented out the git tag in open3d_build.cmake on line 9, since it was an old version of open3d. There’s only a problem when I build tf_interpolate op.
I tried v0.7 and it worked (change GIT_TAG to d7a46f6). It seems that my suspicion was correct. In version 0.7, there is no fmt in the 3rdparty include libraries.
I followed the steps given in README to build tf_ops, but when I tried to make tf_interpolate.so, it gave me this error. I'm wondering if Open3D's fmt library conflicts with absl's fmt.