Rotate-and-Render
Rotate-and-Render copied to clipboard
fix a small bug
The file "3ddfa/inference.py" line 83 should be "pts_2d_68 = preds[0]" not "pts_2d_68 = preds[0][0]".
Yes, I note this problem, and I take above suggestion to solve it.