Hi there,
Thanks for providing the code for pixel2mesh, nice work!
I have one question for computing the 2D image features by computing the correspondence between pixel and vertex in mesh. In models/layers/gprojection.py line 86787, why do you divide the w and h by half of image dimension? Is that to align the coordinate system in PyTorch in order to use F.grid_sample? Some details would be highly appreciated!
Thanks!
Hi there,
Thanks for providing the code for pixel2mesh, nice work!
I have one question for computing the 2D image features by computing the correspondence between pixel and vertex in mesh. In models/layers/gprojection.py line 86787, why do you divide the w and h by half of image dimension? Is that to align the coordinate system in PyTorch in order to use F.grid_sample? Some details would be highly appreciated!
Thanks!