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 dealing with a multi-classification task, where mask is a two-dimensional array, and the numbers in mask represent categories, please ask me what form of mask should I pass in?
can it be
1 0 0
2 0 0
0 1 2 ?
0is background 1 is class1 2 is class2
The text was updated successfully, but these errors were encountered:
I am dealing with a multi-classification task, where mask is a two-dimensional array, and the numbers in mask represent categories, please ask me what form of mask should I pass in?
can it be
1 0 0
2 0 0
0 1 2 ?
0is background 1 is class1 2 is class2
The text was updated successfully, but these errors were encountered: