Zetao Feng

Results 12 comments of Zetao Feng

> > @liuyanghan @ggardet Could you help on this, I can't repro on my side (despite being on a 64 bit distrib) > > Could you guys, try to comment...

> > > @liuyanghan @ggardet Could you help on this, I can't repro on my side (despite being on a 64 bit distrib) > > > Could you guys, try...

> Hi, > > I have compared the performance of different KNN libraries using modified nanoflann random benchmark tool. The test was to find 7 NN for 100k points in...

> 我添加了c++14支持仍然报这个错 是pagolin版本的原因吗 一个是需要改成C++14,还有就是GCC版本至少是4.9以上(完全可以是最新的),再者 Pagolin版本在 `slambook2/3rdparty/Pangolin` 里直接编译就好了,不要纠结其他版本

Same as above, I need help! ![image](https://github.com/user-attachments/assets/21bdb5b7-a58c-4951-9c86-82eb963339e9)

I can run on ubuntu22.04, but failed on Win11. May be not compatible with Win11.

> Thank you for sharing your research on point cloud matching. > > I currently have depth images and point cloud data. How can I create my own dataset (include...

> I fixed the problem by replacing line 329 of `/gaussian-splatting/SIBR_viewers/src/core/view/SceneDebugView.cpp` by these lines: `sibr::Matrix4f tempMatrix = scaled.matrix();` `getMeshData("scene cam").setTransformation(tempMatrix); ` It worked smoothly, Thanks!