GaussianObject / GaussianObject

Code for "GaussianObject: Just Taking Four Images to Get A High-Quality 3D Object with Gaussian Splatting"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doubts about static and dynamic collection

Jingranxia opened this issue · comments

Hello author, thank you for your work. I would like to ask a question. Is it necessary to ensure that the item is static in the scene during the image collection process, and can the item be moved?

Thank you for your interest in our work! You are correct in your assumption. GaussianObject is designed for reconstructing static scenes, utilizing static 3DGS representations. If you're interested in handling dynamic scenes, you might consider exploring dynamic representations to extend our methodology.