DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

question for the code of draggan?

Open SCUTykLin opened this issue 1 year ago • 0 comments

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

r = round(r2 / 512 * h)

Why do I need to divide 512?

SCUTykLin avatar Aug 20 '23 14:08 SCUTykLin