BaowenZ / RaDe-GS

RaDe-GS: Rasterizing Depth in Gaussian Splatting
Other
440 stars 22 forks source link

align mesh #40

Open hefan14 opened 1 month ago

hefan14 commented 1 month ago

Hi! I extracted a good mesh on the custom dataset, but the scale of the mesh is incorrect. How can I align with the GT scale? I have reviewed the evaluation code of DTU, which uses the mask and 64 cameras from the DTU dataset in the cull and aliganed sections. Does this mean that I need to obtain the camera and mask information of the custom dataset in order to perform scale alignment. I am looking forward to your advice very much.

BaowenZ commented 1 month ago

Hi! The reconstructed mesh is under the training cameras' scale. So, the training cameras should be aligned with the GT cameras to get GT scale.