s2cnn icon indicating copy to clipboard operation
s2cnn copied to clipboard

Spherical CNNs

Results 17 s2cnn issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for the great work! I meet some problem when I tried to specify a certain GPU on the server to run s2cnn, I encountered some issues. I found...

@mariogeiger In your provided MNIST example, running S2CNN encounters the following problem about lie_learn module. ```python Traceback (most recent call last): File "", line 983, in _find_and_load File "", line...

Hello, Thanks for the great work! I have some issues with getting this code to run, starting with the example given in the repository. Basically, when I try to do...

Hi, Thank you so much for your wonderful work, really appreciate it! They are really easy to use. However, I did encounter some problems when trying to calculate the rotation...

I'm trying to make the `equivariance_plot` script work on my own weather data of **size `(721, 1440)`**. When it runs the so3_rotation function I have the following error: ```python Traceback...

Hi, Thank you for the amazing work! I was wondering, just to be sure: you use spherical harmonics to handle some of your computations, right? I'm searching for a way...

hello, I find the dataset has been removed when i run example 'shrec17' project. where could i download the dataset? thanks.

Awesome work! Just wanted to make a suggestion. I think that if you added some simple visualizations in your README like starting from the simple ones which symbol (alpha, beta,...

Hi! Thank you for this work! Following paragraph 5.1 of your paper, I am trying to check the equivariance of the convolution layers. I have a question about Figure 3....