Zerg-Overmind / GaussianFlow

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

How to save flow map #3

Closed cdfan0627 closed 6 months ago

cdfan0627 commented 7 months ago

How to save your gaussian flow map in png.

Zerg-Overmind commented 7 months ago

Since the size of Gaussianflow is H×W×2, which is the same as optical flow, you can visualize flow map the same as optical flow. You may need the function in this file for visualization.

cdfan0627 commented 7 months ago

Is the pre-computed optical flow in your code using forward flow or backward flow? Does it utilize an occlusion mask? Thanks

Zerg-Overmind commented 7 months ago

Hi, please refer to our paper for the details. It should be forward flow: t_1 -> t_2 where t_2 = t_1 + 1