We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Peizhuo:
I use the code to evaluation RigNet testset and find the following error, I want to make sure for that:
neural-blend-shapes/models/measurement.py
Line 83 in 6d10830
should be
83 res[i][j] = segment2segment(a[i][0], a[i][0] + a[i][1], b[j][0], b[j][0] + b[j][1])
where b[i] should be b[j]. and the evaluation is not the same as paper
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Peizhuo:
I use the code to evaluation RigNet testset and find the following error, I want to make sure for that:
neural-blend-shapes/models/measurement.py
Line 83 in 6d10830
should be
where b[i] should be b[j]. and the evaluation is not the same as paper
The text was updated successfully, but these errors were encountered: