DragGAN
DragGAN copied to clipboard
question for the code of draggan?
relis, reljs = torch.where(distance < round(r1 / 512 * h))
r = round(r2 / 512 * h)
Why do I need to divide 512?