Octree-GS icon indicating copy to clipboard operation
Octree-GS copied to clipboard

About matrix city branch

Open fly0520 opened this issue 7 months ago • 1 comments

matrix_city_init.ply是怎么应用在训练中的呢(没有看到代码中有调用),我使用了colmap的结果作为初始化却达不到相同的指标

fly0520 avatar May 08 '25 08:05 fly0520

This is the result obtained through 3DGS pre-training. We use the positions of 3DGS as the initial values to conduct training from scratch. Therefore, in fact, we store the xyz data in points3D.ply, and then read it using the "City" method.

cskrren avatar Jun 27 '25 09:06 cskrren