Zerg-Overmind / GaussianFlow

GaussianFlow: Splatting Gaussian Dynamics for 4D Content Creation
https://zerg-overmind.github.io/GaussianFlow.github.io/
140 stars 3 forks source link

Code Release #1

Closed lif314 closed 5 months ago

lif314 commented 5 months ago

Thanks for your excellent work. When will the code be released? I am more curious about the calculation of optical flow, especially in static scenes.

Zerg-Overmind commented 5 months ago

Hi, thanks for the interest, optical flow is from off-the-shelf optical flow algorithms such as autoflow and videoflow and is not part of our contributions. Right now, all the variables for calculating Gaussianflow are provided, you may refer to our pseudo code and cuda repo for implementation.

lif314 commented 5 months ago

Hi, thanks for the interest, optical flow is from off-the-shelf optical flow algorithms such as autoflow and videoflow and is not part of our contributions. Right now, all the variables for calculating Gaussianflow are provided, you may refer to our pseudo code and cuda repo for implementation.

Thanks for your reply! I will try it!