cleardusk/3DDFA

About model

weilenggmj opened this issue · 0 comments

hello,
I want to know what information is in calculating the parameter 'param' of a pose?
like this
param = model(input)
...
P, pose = parse_ pose(param)

These two lines of code, I can't figure out this param.
How does param come out of the model?
Thank you