adobe-research / SuperGaussian

ECCV 2024 SuperGaussian for generic 3D upsampling
https://supergaussian.github.io/
Other
27 stars 0 forks source link

Question on Trajectory Sampling #1

Closed Rashfu closed 2 weeks ago

Rashfu commented 2 weeks ago

Thank you for sharing this amazing project! But I have a question regarding the trajectory sampling process. I wasn’t able to find where this is handled in the codebase—could you clarify how you perform trajectory sampling or point me to the specific section?

Thanks in advance.

yshen47 commented 2 weeks ago

Thanks for your questions! Here is one example script to prepare the novel trajectory on MV-Imgnet test. essentially, we first triangulate all camera poses to figure out the scene center. And sample trajectory around the scene center with sinusoid changes on vertical dimensions.

https://drive.google.com/file/d/10CKoRs6Uwfhwt2ao-T7ST2kLfGvNdH4E/view?usp=sharing