Dax Jain
Results
2
comments of
Dax Jain
i think this code will help you out for re-arranging the label according to paper/repo test = np.zeros(shape=img2.shape) for i in range(img2.shape[0]): for j in range(img2.shape[1]): if img2[i][j]==1 or img2[i][j]==2:...