autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 65 forks source link

How to use custom data for training #45

Closed cici19850 closed 2 weeks ago

cici19850 commented 4 weeks ago

What should I do if I want to use custom data for training。 Looking forward to your reply, thank you

landax-223 commented 3 weeks ago

I already try it success.You just need to do the same with the origin 3D gauss splatting.

cici19850 commented 3 weeks ago

I already try it success.You just need to do the same with the origin 3D gauss splatting.

I saw in the code that the camera mode must be PINHOLE or SIMPLE.PINHOLE. Do I need to process it into these two modes during data preprocessing?Can data captured by smartphones also be processed using these two camera modes?

landax-223 commented 3 weeks ago

I have tried to use the video taken by my smartphone for the original 3D GS.You try converted it into sparse/camera.bin, images.bin,point3D.bin. I also try change .txt model.it not work.The camera mode inside is not pinhole.

cici19850 commented 2 weeks ago

I have tried to use the video taken by my smartphone for the original 3D GS.You try converted it into sparse/camera.bin, images.bin,point3D.bin. I also try change .txt model.it not work.The camera mode inside is not pinhole.

Thank you