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
If you use this method to read SYNTHIA ground truth label, the output will be wrong.
And this should work label = np.asarray(imageio.imread(datafiles["label"], format='PNG-FI'))[:,:,0]
CRST/deeplab/datasets.py
Line 584 in f7e4df0
If you use this method to read SYNTHIA ground truth label, the output will be wrong.
And this should work
label = np.asarray(imageio.imread(datafiles["label"], format='PNG-FI'))[:,:,0]