pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.35k stars 3.66k forks source link

Finding MNISTSuperpixel's superpixel mask. #1375

Closed TwiggyDaniels closed 2 years ago

TwiggyDaniels commented 4 years ago

❓ Questions & Help

Is there any way to get the mask mapping each pixel in MNIST to its superpixel in MNISTSuperpixel?

Unfortunately, I can't just create my own superpixels in my use case. If I can't locate the original, an approximation would also work. I figure I can try and approximately undo a center of mass like a sort of 3D Voronoi diagram including pixel intensity as part of the distance?

I'm sort of stumbling around in the dark, if there's an easier way to find the masks, please do share!

rusty1s commented 4 years ago

The MNISTSuperpixel dataset is borrowed from the MoNet paper, so I do not have access to any additional information. I am sorry! You can contact its authors to provide additional data, or modify the ToSLIC transform to your own needs.