File based header detection, collate_per_PC training.
This commit is contained in:
@ -48,7 +48,7 @@ def label2color(labels):
|
||||
|
||||
minl, maxl = np.min(labels), np.max(labels)
|
||||
for l in range(minl, maxl + 1):
|
||||
colors[labels==l, :] = mini_color_table(l)
|
||||
colors[labels == l, :] = mini_color_table(l)
|
||||
|
||||
return colors
|
||||
|
||||
|
Reference in New Issue
Block a user