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
I am trying to solve a multi-label problem using the alpha-expansion move algorithm implemented in maxflow.fastmin.aexpansion_grid(D, V, max_cycles=None, labels=None)
I didn't quite understand the definitions of arrays D and V.
For instance, If i have a 5*5 grid and consider 4 labels, what should the sizes of D and V be? It would really help if you had a tutorial or an example on this function. Thank you so much!!
The text was updated successfully, but these errors were encountered:
I am trying to solve a multi-label problem using the alpha-expansion move algorithm implemented in
maxflow.fastmin.aexpansion_grid(D, V, max_cycles=None, labels=None)
I didn't quite understand the definitions of arrays D and V.
For instance, If i have a 5*5 grid and consider 4 labels, what should the sizes of D and V be? It would really help if you had a tutorial or an example on this function. Thank you so much!!
The text was updated successfully, but these errors were encountered: