HexRUNet_pytorch icon indicating copy to clipboard operation
HexRUNet_pytorch copied to clipboard

Question about weight calculation and paper equation

Open manurare opened this issue 1 year ago • 0 comments

Hello,

Thanks so much for sharing this wonderful implementation!

I have a question trying to understand the code. Here you calculate the alignment weights for the kernel. I understand your code. However it is not clear to me that it is the same as what is written in the paper in Eq. 3 image

In the paper, they estimate the normal of the projective plane for the south/north pole and they use that normal to compute the angle. However the normal you calculate is between the two vector differences between central vertex and neighbour 1 and 6. Is your method and the one in the paper equivalent? Do you really know what the projective plane of the north-south pole really means?

manurare avatar Jan 26 '24 17:01 manurare