NVlabs/stylegan2-ada-pytorch

SLERP implementation

spthermo opened this issue · 0 comments

Two questions regarding the SLERP implementation:

  1. Why do you normalize c and d in SLERP?
  2. Why do you assume that a and b are always perpendicular to each other?

Thanks in advance!