dfsfsf

Results 10 issues of dfsfsf

Excuse me, and I have a question. When I used depth_to_lidar.py to convert the depth map to a pseudo point cloud, I found that the size of the depth map...

Thanks for sharing the code. The training can be implemented normally, but there is a problem during the test. I ran the test code and reported an error. The test...

Hello, I have a question. I sampled waymo 1/20 for training, and directly tested nuscenes. The performance (26.44/12.11) is similar to that given in Table 1 of the paper. However,...

Hi, I have a question. I replaced giou in the configuration file with diou, and the code can be trained normally without encountering the Nan situation, which may be because...

您好,不好意思打扰一下,有个问题想咨询一下。伪点云支路中,有如下操作:1.扩大roi的边框,然后选取其中的伪点云;2.查询伪点云中各点相邻的9个近邻点(根据(u,v)查询)。我的问题是roi不是很准确的情况下,其roi内部的伪点云可能是来自不同场景(由于gt增强、旋转等),如果同一个roi中的这些来自不同场景中的伪点坐标(u,v)存在重复,应该是会对近邻的查询产生干扰吧。不知道代码中有没有什么手段可以避免伪点云的坐标(u,v)可能存在重复的问题。谢谢。

Thank you very much for your code. I am interested in MVF, but the performance of the code you provide is very poor. The performance of 3D is almost 0....

Thanks for the great work. Could you please provide the code for Waymo data split and generation? I want to do a fair experimental comparison on the waymo dataset.

Hi, in Wandb, the image rendering metrics (PSNR, SSIM, LPIPS) show "Before" and "After" values. I want to know which of these ("Before" or "After") is used in the rendering...

FreeTimeGS is an excellent piece of work. May I ask when the code will be released to the public for learning purposes?