You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know the aspect ratio of an equirectangular image should be 1:2, why the author set the Omni-MNIST with a size of 60×60. For spherical convolution, can the setting of aspect ratio 1:1 work as well? @ChiWeiHsiao
The text was updated successfully, but these errors were encountered:
I am not sure whether using ratio 1:2 will result to better result than 1:1.
You could try the 1:2 setting by specifying the outshape argument in line 119, 120 of example.py:
I want to know the aspect ratio of an equirectangular image should be 1:2, why the author set the Omni-MNIST with a size of 60×60. For spherical convolution, can the setting of aspect ratio 1:1 work as well? @ChiWeiHsiao
The text was updated successfully, but these errors were encountered: