city-super / MatrixCity

Apache License 2.0
217 stars 9 forks source link

增加照片后训练效果变差 #32

Closed smart4654154 closed 4 months ago

smart4654154 commented 4 months ago

这是我用3DGS算法训练block5的结果(block_5 的数量为: 231),靠海的部分很清晰 image 但是当我使用相同的算法,使用block5及其周围的一些数据(block_3 的数量为: 49,block_4 的数量为: 24,block_5 的数量为: 231,block_6 的数量为: 48),训练结果很模糊,很多飘浮的高斯点 image

请问这跟你们提供的数据有关系吗? 似乎跟json文件里C2W矩阵有关?请问small_city\aerial\pose\block_all\transform_train.json文件各个block的transform_matrix是在相同的世界坐标系吗? 或者是其他原因? 十分感谢

jianglh-WHU commented 4 months ago

what's your init points?

smart4654154 commented 4 months ago

what's your init points?

十分感谢你的回复,我使用的是随机点云训练block5 或者 block5及其周围的一些数据。 我正在探索原因,由于数据量大,我对照片进行了2倍下采样,但是transforms_train.json文件没有修改,我是一个初学者,你可以告诉我json文件如何对应修改吗,教程/其他资源都可以?十分感谢

jianglh-WHU commented 4 months ago

If you downsample the images by a factor of 2, you must also downsample the intrinsic parameters by the same factor while keeping the extrinsic parameters unchanged. Furthermore, if you choose to initialize using random points, it is necessary to ensure that they belong to the corresponding region. By the way, we have provided the point cloud for initializing the GS.