Skip to content
Snippets Groups Projects
Commit 5e68e21f authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Choose a more general input file name

parent b85ac728
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ t0 = time.perf_counter()
print('Loading gt file...')
g = graph_tool.Graph()
g.load(f'global_segmented_{orientation}.gt')
g.load('segmented.gt')
t1 = time.perf_counter()
print(f'Loading done: {g}')
print(t1 - t0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment