Replies: 1 comment 8 replies
-
Thanks for the issue. The superpixel graph is a reduced/sparse representation of the original RGB image (the image is reduced from 28x28 pixel to 75 pixels), so there is no way to reconstruct it in a lossless fashion. For MNIST, you could create a Voronoi diagram from the given point cloud, and color each cell with the color of the original node. This should give you a pretty good visualization of the original MNIST image. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Somedaywilldo visualizes the mnist_superpixel: https//github.com/pyg-team/pytorch_geometric/issues/320#issuecomment-828382760
My questions is whether the mnist_superpixel can be reconstructed to the origial RGB image?
Beta Was this translation helpful? Give feedback.
All reactions