Qiulin-W / SAFA

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

Explicitly indicate indexing="ij" in call to torch.meshgrid #22

Open rlaboiss opened 1 year ago

rlaboiss commented 1 year ago

According to the documentation (pytorch version 1.11.0): "torch.meshgrid(tensors) currently has the same behavior as calling numpy.meshgrid(arrays, indexing=’ij’). In the future torch.meshgrid will transition to indexing=’xy’ as the default."