You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your algorithm looks very nice. Is there any chance to get all the coordinates to there corresponding superpixel? So that I have an array of points for superpixel 0, etc. My way until now is to search in the image via np.argwhere for each label. Because np.argwhere is done for every label, this is very time-consuming (multiple seconds).
Best
The text was updated successfully, but these errors were encountered:
Hey,
your algorithm looks very nice. Is there any chance to get all the coordinates to there corresponding superpixel? So that I have an array of points for superpixel 0, etc. My way until now is to search in the image via np.argwhere for each label. Because np.argwhere is done for every label, this is very time-consuming (multiple seconds).
Best
The text was updated successfully, but these errors were encountered: