Replies: 2 comments 1 reply
-
I sadly don't have the SLIC parameters that were used to create the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I was trying to use to transfer the MNIST dataset into superpixel representation using
ToSlic
and afterwards approximate theedge_index
usingKNNGraph
.I visualized the graph representation for both MNIST and MNISTSuperpixel, however with strong differences in the result. For my custom adaption for MNIST I receive
while for inbuild Superpixel I obtain:
Can you give me guidance of how the edge_index is calculated within the MNISTSuperpixel representation?
If you need additional code let me know
Beta Was this translation helpful? Give feedback.
All reactions