https://github.com/adobe-research/CHART-Synthetic/blob/f64f98c099010d47d944b9bdf408b8e3e47316eb/metric4_synthetic.py#L79 Does it should be: ` precision_x = 0. if len(gt_x) == 0 and len(res_x) > 0 else precision_x ` Thanks!
CHART-Synthetic/metric4_synthetic.py
Line 79 in f64f98c
Does it should be:
precision_x = 0. if len(gt_x) == 0 and len(res_x) > 0 else precision_xThanks!