donydchen / mvsplat

🌊 [ECCV'24 Oral] MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images
https://donydchen.github.io/mvsplat
MIT License
680 stars 29 forks source link

Expanding to Autonomous Driving Datasets #48

Open wendy0527 opened 1 month ago

wendy0527 commented 1 month ago

Hello, I would like to know if it's possible to extend MVSplat to autonomous driving datasets like nuScenes, where there are multiple camera images at each moment with a small overlapping area between each pair. If so, would you recommend training the model with: all camera images from each moment as the context input, or only the overlapping images between each pair of cameras?

donydchen commented 1 month ago

Hi @wendy0527, I do not yet have experience working with nuScenes. But you are welcome to try our MVSplat on any related new datasets, and we are more than happy to help. I would suggest you only use image pairs with overlapping regions since image pairs with no overlap might harm the effectiveness of cost volume.