Danpeng Chen
Danpeng Chen
您好,这块还没尝试过。您先确认下camera.py中的相机内参是否正常,尝试下先把单视图和多视图几何正则项关掉,这样和原始3DGS版本接近,先确认这个接近版本是否有问题?
Hello, it seems that the image you provided cannot be downloaded. If the normal and depth maps are accurate, it is probably not an issue with the camera's pinhole model....
The current algorithm still relies heavily on texture information in the scene, and if weak textures are present, it may result in unreasonable reconstruction outcomes. If you want a smoother...
We haven't tried it yet, but I think it probably won't solve the hole problem.
Hello, please ensure that the corresponding COLMAP results are here bicycle/sparse/images.bin, ... , and not in bicycle/sparse/0/images.bin, ....
Hello, you can obtain TnT dataset from this [website](https://www.tanksandtemples.org/download/), and the corresponding log files are also available on the site, as shown in the image below. 
Hello, since our supervision target is the depth map, we directly use the depth map for TSDF fusion to extract the mesh. From my personal experience, depth maps are more...
Yes, you need to model the sky. You may refer to Chapter 5 of the literature https://arxiv.org/html/2403.19632v1 or other modeling methods.
Hello, currently, it does not support directly using a JSON file to separate the training and test sets. I think you can achieve this by making a simple modification to...
Hello, this might be caused by getting stuck in a local optimum. We found that in areas with weak textures or where the initial values for SFM are poor, it...