XingangPan / DragGAN

Official Code for DragGAN (SIGGRAPH 2023)

Home Page:https://vcai.mpi-inf.mpg.de/projects/DragGAN/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question for the code of draggan?

SYSUykLin opened this issue · comments

commented

relis, reljs = torch.where(distance < round(r1 / 512 * h))

r = round(r2 / 512 * h)

Why do I need to divide 512?