Qiang Zeng

Results 1 comments of Qiang Zeng

> I have met the same question. > My solution is to change: > https://github.com/Hangz-nju-cuhk/Rotate-and-Render/blob/956b3a42b3e87c1234b922484f866c21ec5cc252/3ddfa/inference.py#L83 > > > pts_2d_68 = preds[0][0] > into > pts_2d_68 = preds[0] > It works...