aipixel / GaussianAvatar

[CVPR 2024] The official repo for "GaussianAvatar: Towards Realistic Human Avatar Modeling from a Single Video via Animatable 3D Gaussians"
https://huliangxiao.github.io/GaussianAvatar
MIT License
423 stars 31 forks source link

Question about ROMP for dataset preprocess #37

Open LarkLeeOnePiece opened 3 months ago

LarkLeeOnePiece commented 3 months ago

It seems the ROMP is useful for static monocular camera and I only predict the "intrinsic" of the camera and set the extrinsic as fix identical Matrix. It works for static monocular camera data. However, the neuman data is the moving camera data. How can we use that for the camera prediction?

huliangxiao commented 3 months ago

Good question! The neuman data can be considered as if the person is moving while the camera stays still since we only care about the fitting result of the person in the photo. So it's fine to use ROMP for our task.