Siromanec commited on
Commit
198fdf0
1 Parent(s): 8aa41b5

reverted color range change

Browse files
Files changed (1) hide show
  1. handcrafted_solution.py +1 -1
handcrafted_solution.py CHANGED
@@ -101,7 +101,7 @@ def convert_entry_to_human_readable(entry):
101
  def get_vertices_and_edges_from_segmentation(gest_seg_np, edge_th=50.0):
102
  '''Get the vertices and edges from the gestalt segmentation mask of the house'''
103
  # Apex
104
- color_range = 8.
105
  connections = []
106
  edge_th = edge_th ** 2
107
 
 
101
  def get_vertices_and_edges_from_segmentation(gest_seg_np, edge_th=50.0):
102
  '''Get the vertices and edges from the gestalt segmentation mask of the house'''
103
  # Apex
104
+ color_range = 4.
105
  connections = []
106
  edge_th = edge_th ** 2
107