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
864 stars 60 forks source link

Can this work be trained on different datasets? #47

Closed chenwydj closed 7 months ago

chenwydj commented 7 months ago

Dear authors,

Thanks for the great work and congratulations on the CVPR acceptance!

May I ask if this work can be trained on different datasets, say Objaverse or Google Scanned Objects?

Thank you very much!

dcharatan commented 7 months ago

It should be possible to train on other datasets as long as they provide ground-truth camera poses. See issues #4, #14, #17, #20, #25, #30, #33, #36, and #46, which all have details that might be helpful when using a new dataset.