SphereNet-pytorch icon indicating copy to clipboard operation
SphereNet-pytorch copied to clipboard

Is kernel pattern in code correct?

Open BlueHorn07 opened this issue 3 years ago • 1 comments

https://github.com/ChiWeiHsiao/SphereNet-pytorch/blob/15e926cf3917a297171833e1fc2f9de9199efa62/spherenet/sphere_cnn.py#L11-L28

I have a simple question for your code.

In the sphereNet paper, they defined a kernel pattern as below

However, your code in line 20, the center is (1, 1) not (0, 0).

I'm confusing what is correct 😢

BlueHorn07 avatar Jan 14 '21 02:01 BlueHorn07

I noticed the same thing!

androclassic avatar Oct 18 '21 18:10 androclassic