Hangz-nju-cuhk / Rotate-and-Render

Code for Rotate-and-Render: Unsupervised Photorealistic Face Rotation from Single-View Images (CVPR 2020)
Creative Commons Attribution 4.0 International
489 stars 112 forks source link

fix a small bug #12

Open TracelessLe opened 4 years ago

TracelessLe commented 4 years ago

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

pfeducode commented 2 years ago

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