Rotate-and-Render icon indicating copy to clipboard operation
Rotate-and-Render copied to clipboard

fix a small bug

Open TracelessLe opened this issue 4 years ago • 1 comments

The file "3ddfa/inference.py" line 83 should be "pts_2d_68 = preds[0]" not "pts_2d_68 = preds[0][0]".

TracelessLe avatar Jun 19 '20 12:06 TracelessLe

Yes, I note this problem, and I take above suggestion to solve it.

pfeducode avatar May 12 '22 03:05 pfeducode