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

What is the purpose of the image saved along with the text in the 3ddfa? #39

Open Helaly96 opened 3 years ago

Helaly96 commented 3 years ago

i noticed when running the inference.py we have a result saved into results/NAME_OF_FILE.txt and results/NAME_OF_FILE.jpg

but the thing is, when running the v100_test.sh and changing the image name in example/imlist to the image i want to rotate, i noticed it only searches in the results folder for the txtfile of landmarks but doesnot use the image (saved there) at all.

but uses the image saved at the example folder.

so my question is, what is the purpose of that specific output (the image) of the inference?

RHxW commented 3 years ago

I think it has nothing to do with R&R, just the 3ddfa project setting, and the author simply didn't change it

Hangz-nju-cuhk commented 3 years ago

@RHxW I think you are right!