Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ from PIL import Image
|
|
8 |
import torch
|
9 |
import matplotlib.pyplot as plt
|
10 |
|
11 |
-
# colors for visualization
|
12 |
COLORS = [[0.000, 0.447, 0.741], [0.850, 0.325, 0.098], [0.929, 0.694, 0.125],
|
13 |
[0.494, 0.184, 0.556], [0.466, 0.674, 0.188], [0.301, 0.745, 0.933]]
|
14 |
|
|
|
8 |
import torch
|
9 |
import matplotlib.pyplot as plt
|
10 |
|
|
|
11 |
COLORS = [[0.000, 0.447, 0.741], [0.850, 0.325, 0.098], [0.929, 0.694, 0.125],
|
12 |
[0.494, 0.184, 0.556], [0.466, 0.674, 0.188], [0.301, 0.745, 0.933]]
|
13 |
|