most strict for the night
Browse files- handcrafted_solution.py +1 -1
handcrafted_solution.py
CHANGED
@@ -116,7 +116,7 @@ def get_vertices_and_edges_from_segmentation(gest_seg_np, edge_th=50.0):
|
|
116 |
# cv2.circle(vertex_mask, np.round(i).astype(np.uint32), 15, (255,), 30, -1)
|
117 |
# vertex_mask = np.bitwise_not(vertex_mask)
|
118 |
|
119 |
-
scale =
|
120 |
vertex_size = np.zeros(apex_pts.shape[0])
|
121 |
for i, coords in enumerate(apex_pts):
|
122 |
# coords = np.round(coords).astype(np.uint32)
|
|
|
116 |
# cv2.circle(vertex_mask, np.round(i).astype(np.uint32), 15, (255,), 30, -1)
|
117 |
# vertex_mask = np.bitwise_not(vertex_mask)
|
118 |
|
119 |
+
scale = 1
|
120 |
vertex_size = np.zeros(apex_pts.shape[0])
|
121 |
for i, coords in enumerate(apex_pts):
|
122 |
# coords = np.round(coords).astype(np.uint32)
|