Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Nov 2, 2023
1 parent f14fcc8 commit 0a9bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmhuman3d/data/data_converters/agora.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, modes: List = []) -> None:
'jaw_pose': (-1, 3),
'expression': (-1, 10),
'betas_extra': (-1, 1), # how close to kid template
'betas_fixed': (-1, 10), # fixed gendered betas
# 'betas_fixed': (-1, 10), # fixed gendered betas
'betas_neutral': (-1, 10), # neutral betas
}

Expand Down

0 comments on commit 0a9bb48

Please sign in to comment.