ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
https://star.is.tue.mpg.de
Other
654 stars 95 forks source link

quat_feat implementation #33

Open gnool opened 1 year ago

gnool commented 1 year ago

@ahmedosman in the quat_feat function, in the line quat = torch.cat([v_sin * normalized,v_cos-1], dim=1)

is the -1 intentional? The comment says it should return a normalized quaternion but this -1 seems to make it non-normalized.