Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question About gs_flame #34

Open
Biggaoga opened this issue Jan 18, 2025 · 0 comments
Open

Question About gs_flame #34

Biggaoga opened this issue Jan 18, 2025 · 0 comments

Comments

@Biggaoga
Copy link

Hello! Thanks for your greate work, can I use my own head dataset for gs_flame reconsturction? I have tred gs_frame script you provide directly but with poor result.

# code in games/flame_splatting/scene/dataset_reader.py/
    flame_config = FlameConfig()
    model_flame = FLAME(flame_config).to(flame_config.device)

    vertices, _ = model_flame(
            flame_config.f_shape, flame_config.f_exp, flame_config.f_pose,
            neck_pose=flame_config.f_neck_pose, transl=flame_config.f_trans
    )

I think maybe the problem is that I haven't fitted flame pose with my own dataset. But my question is if I have got flame pose, how to scale and translate the flame model into the right position in world coordinate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant