Haipeng Wang

Results 8 comments of Haipeng Wang

Hi @guanming001, Would you mind trying my code? https://github.com/forestsen/KinectAzureDKProgramming You can find the Two Kinects calibration using the aruco library. And this project. https://github.com/forestsen/K4aGrabber You can find the real-time point...

Hi, @guanming001 Thank you for your advice. I have change the k4a version of my code. You can pull the new code of https://github.com/forestsen/KinectAzureDKProgramming and https://github.com/forestsen/K4aGrabber This is my result....

Hi, @valvador92 You can check out the new code of https://github.com/forestsen/KinectAzureDKProgramming and https://github.com/forestsen/K4aGrabber I have changed the k4a version of my code.

Hi @valvador92 @guanming001 I refined the calibration result based on the [Open3D-0.8.0](https://github.com/intel-isl/Open3D/tree/v0.8.0). Using the Open3D ColoredICP, I refined the extrinsic matrix between two azure kinects. This is the result of...

可以。纯点云,不涉及任何相关 MVSNet 的PointNeRF也可以用的。我用的 Azure Kinect输出的 RGB-D。D 生成点云,然后点云手动用 Meshlab 处理一下,RGB 也手动剔除背景。我在自己的项目中是这么做的。

> > 可以。纯点云,不涉及任何相关 MVSNet 的PointNeRF也可以用的。我用的 Azure Kinect输出的 RGB-D。D 生成点云,然后点云手动用 Meshlab 处理一下,RGB 也手动剔除背景。我在自己的项目中是这么做的。 > > 您能否提供给我详细的教程和项目文件吗?如果可以的话,我将非常感谢,这是我的邮箱[[email protected]](mailto:[email protected]) 代码真是一点都不能发。但是我自己测试 PointNeRF 的运行效率的时候,用 azure kinect 的内参,把 shapenet 数据集按照 nerf_synthetic 数据集的格式转换后的数据给你。

> > > > 可以。纯点云,不涉及任何相关 MVSNet 的PointNeRF也可以用的。我用的 Azure Kinect输出的 RGB-D。D 生成点云,然后点云手动用 Meshlab 处理一下,RGB 也手动剔除背景。我在自己的项目中是这么做的。 > > > > > > > > > 您能否提供给我详细的教程和项目文件吗?如果可以的话,我将非常感谢,这是我的邮箱[[email protected]](mailto:[email protected]) > > > > > >...

> Hi, first of all, thanks for sharing this great work! > > I have a question about Point-NeRF comparison results in the paper. > > To my knowledge, Point-NeRF...