tkzky

Results 6 comments of tkzky

Hello, I have the same question. I'd like to know the information of plan z=0. So do you know the z coordinate means?

I don't solve it, what about you?

Hello! I have some question about the z axis. I'd like to know does the Z coordinate represent the depth information of the landmarks? Looking forward to your reply!

Hello! I have some question about the z axis. I'd like to know does the Z coordinate represent the depth information of the landmarks? Looking forward to your reply!

Thanks for your reply! But when i reproduce the GIF, after "python teaser_python_3dsmooth.py", there is an error: 'Now drawing correspondences ... terminate called after throwing an instance of 'pybind11::error_already_set' what():...

> > 把gcc升级到了8.3.0,现在的异常看起来正常了些 ![image](https://user-images.githubusercontent.com/49750813/259997397-1299a936-3782-4fc6-acda-8f270d88a803.png) 应该是我使用的protobuf版本不兼容的问题,但是源码来说应该是有这个文件的,为何编译之后该文件丢失了? > > 找到问题的根源了,需要先执行yum install zlib-devel,以及yum update zlib protobuf执行./configure的时候会进行一些依赖的check,比如他会check zlib的版本。但是,之后的编译不会出问题,而是直接丢弃一些相关的头文件,继续编译。 但是brpc偏偏需要这些头文件,所以导致brpc的编译出错,如果不是在protobuf的issue上看到有人提了一嘴我估计这个问题是一辈子找不出来。 请问最后的解决方案是什么呀? 升级gcc到8.3.0,然后执行yum install zlib-devel,以及yum update zlib 最后再进行 make 编译吗?