dcharatan / pixelsplat

[CVPR 2024 Oral, Best Paper Runner-Up] Code for "pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction" by David Charatan, Sizhe Lester Li, Andrea Tagliasacchi, and Vincent Sitzmann
http://davidcharatan.com/pixelsplat/
MIT License
830 stars 56 forks source link

How to apply the pixelsplat on my own dataset? #86

Closed liustu closed 1 month ago

liustu commented 1 month ago

Hi, would there are some command about how to process my own data for pixelsplat?

dcharatan commented 1 month ago

The easiest way to do so would be to create .torch files like the ones used for the Real Estate 10k and ACID datasets. There's no official guide/script, but the format should be self-explanatory. Just make sure you're saving the camera metadata correctly as described here. I'm happy to answer questions if you run into any issues!