Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
faecb58
1
Parent(s):
79ef8af
app.py
CHANGED
@@ -69,7 +69,7 @@ def apply_color_map(rgb, color_map=cdl_color_map):
|
|
69 |
cont = np.where((rgb[0] == map_tmp['value']) & (rgb[1] == map_tmp['value']) & (rgb[2] == map_tmp['value']), 1, 0)
|
70 |
|
71 |
print(map_tmp['label'])
|
72 |
-
print(
|
73 |
return rgb_mapped
|
74 |
|
75 |
|
|
|
69 |
cont = np.where((rgb[0] == map_tmp['value']) & (rgb[1] == map_tmp['value']) & (rgb[2] == map_tmp['value']), 1, 0)
|
70 |
|
71 |
print(map_tmp['label'])
|
72 |
+
print(cont)
|
73 |
return rgb_mapped
|
74 |
|
75 |
|