deepsphere / deepsphere-pytorch

DeepSphere: a graph-based spherical CNN (PyTorch)
https://arxiv.org/abs/2012.15000
MIT License
152 stars 29 forks source link

What does Healpix pooling return? #11

Closed Kannan-Balakrishnan closed 1 year ago

Kannan-Balakrishnan commented 2 years ago

Hey. Thanks for the great research work on spherical graphs. I am trying to adapt the code for spherical images. Coming to my question, You mentioned that the Healpix pooling requires the pixel to be in Nested Ordering. I wanted to ask you, what will be the ordering of the pixel (Ring or Nested?) after Healpix pooling is done on the spherical Graph.

Thanks.

mdeff commented 2 years ago

Hey. Thanks for your interest and kind words!

Pooling won't change the ordering. It will stay nested. (If need be, you can reorder between ring and nested whenever you want.)

Looking forward to see your work on spherical images!