dukebw / LOHO

Demo code for "LOHO: Latent Optimization of Hairstyles via Orthogonalization".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why it takes so long?

lijiae opened this issue · comments

commented

Thanks for your excellent work!
I downloaded your code and make it run like what your README says, but I found it takes about 16mins to get a result. Is this normal or did I miss some important steps?
My gpu is one GTX 2080Ti.

Thank you for your interest in LOHO.

Yes, 16 mins sounds about right. Since LOHO is an optimization-based framework, it has to be run for a total of 2000 iterations, which take about 16mins depending on the resolution of the image. Lower resolution images should take shorter time.