PeizhuoLi / neural-blend-shapes

An end-to-end library for automatic character rigging, skinning, and blend shapes generation, as well as a visualization tool [SIGGRAPH 2021]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evaluation CD-B2B error

dongyang-mt opened this issue · comments

Hi Peizhuo:

I use the code to evaluation RigNet testset and find the following error, I want to make sure for that:

res[i][j] = segment2segment(a[i][0], a[i][0] + a[i][1], b[i][0], b[i][0] + b[i][1])

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