-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi, Thanks for your sharing.
You wrote, "Transfer the label images from RGB Format to Grey-scale Map". Although I follow this rule for the WHDLD dataset, the prediction results are not consistent. Could you explain this condition in more detail?
*dataset.py
data_series.append(imageio.imread(x_batch[i]) / 255.0) >> for scale [0,1]
label_series.append(imageio.imread(y_batch[i]) - 1) >> ???
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels