Spaces:
Runtime error
Runtime error
update som.py
Browse files- util/som.py +1 -1
util/som.py
CHANGED
|
@@ -10,7 +10,7 @@ import numpy as np
|
|
| 10 |
import networkx as nx
|
| 11 |
# import cv2
|
| 12 |
|
| 13 |
-
font_path = "
|
| 14 |
class MarkHelper:
|
| 15 |
def __init__(self):
|
| 16 |
self.markSize_dict = {}
|
|
|
|
| 10 |
import networkx as nx
|
| 11 |
# import cv2
|
| 12 |
|
| 13 |
+
font_path = "./util/arial.ttf"
|
| 14 |
class MarkHelper:
|
| 15 |
def __init__(self):
|
| 16 |
self.markSize_dict = {}
|