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
490 stars 112 forks source link

Render time #9

Closed Young1403 closed 4 years ago

Young1403 commented 4 years ago

Hi, thanks for your good work! I tested it, the render time is about 1s, right? it is too slow, can be improved?

jihaonew commented 4 years ago

On Nvidia tesla v100 card, testing 1 image, rendering needs 0.5s, and forwarding network needs 0.2s. As this process is a little slow, we use many parallelization tricks to speed up the testing process.

Young1403 commented 4 years ago

Hi, I want to know why use the neural renderer method? are there other faster renderer methods? thanks a lot!