PolyCam / polyform

Tools for working with raw Polycam data, including export for NeRF and other formats.
https://poly.cam
MIT License
158 stars 12 forks source link

How to get the raw data into Colmap format to use 3DGaussian? #9

Open meidachen opened 1 year ago

meidachen commented 1 year ago

Thanks for releasing the converter code for NGP, I'm wondering if is there a converter for getting the raw data into the colmap format for 3D Gassian? I'm trying to create one, but was having issues with getting the camera poses aligned with the provided point cloud. I was using the inverse of the alignmentTransform to trans the point cloud to the camera coordinate, but the result looks like this in Colmap, could you please help? Capture

zhumorui commented 7 months ago

I also met the same issue. I found the aligmentTransform looks so wired and it might wrong.