Qiulin-W / SAFA

Official Pytorch Implementation of 3DV2021 paper: SAFA: Structure Aware Face Animation.
Other
177 stars 29 forks source link

Honor the --cpu option #17

Closed rlaboiss closed 1 year ago

rlaboiss commented 1 year ago

The method .cuda() should only be used if the --cpu is not used.