From 9a69a594dc41d65c30dc9176f0a58f2afabfdcf8 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 14 Apr 2022 17:51:35 +0200 Subject: [PATCH] Remove `e_overestim`, `d_init`, `orientation` Remove unused `e_overestim`, `d_init`, `orientation`. --- gt_segmentation.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gt_segmentation.py b/gt_segmentation.py index 85d1c8b4..509fb4ee 100755 --- a/gt_segmentation.py +++ b/gt_segmentation.py @@ -18,17 +18,6 @@ import shapefile import datetime from numpy import loadtxt -############################### -# grab e_overestim and d_init # -############################### - -node_id_param_file = "/data/misic/Convert_Global/node_id_param.json" -with open(node_id_param_file) as f: node_id_param = json.load(f) -# assign attributes to the whole graphs -e_overestim = node_id_param["e_overestim"] -d_init = node_id_param["d_init"] - -orientation = 'anti' ########################## # load the edgelist file # -- GitLab