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
787 stars 53 forks source link

How to custom the code for multiple dataset with different sampler parameters? #80

Closed thucz closed 1 month ago

thucz commented 1 month ago

I have two new datasets with RGB-D ground truth. But their camera movement speeds are different. I want to set different max_context_gap for each dataset. Do you know how to change your code and configuration for my purpose?

dcharatan commented 1 month ago

The easiest way would probably be to do some subsampling within the dataset (before the sampler is called), such that the movement speeds roughly line up.