We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2fea commit 0b3acb0Copy full SHA for 0b3acb0
ctc_metrics/scripts/visualize.py
@@ -23,7 +23,7 @@
23
}
24
25
np.random.seed(0)
26
-PALETTE = np.random.randint(0, 256, (100000, 3))
+PALETTE = np.random.randint(0, 256, (10000, 3))
27
28
29
def get_palette_color(i):
0 commit comments