Update localization_log_gamma_model.py
This commit is contained in:
parent
2604babc9f
commit
c1889cf7cb
|
|
@ -36,7 +36,7 @@ def fittingSingle(filepath, args):
|
|||
if len(data) is 2:
|
||||
data, location_gt_tmp = data
|
||||
if location_gt_tmp is not None:
|
||||
location_gt = location_gt_tmp * 0.1
|
||||
location_gt = [location_gt_tmp[0] * 0.1, location_gt_tmp[1] * 0.1]
|
||||
if args.only_true_loc and location_gt_tmp is None:
|
||||
print("skipped as no groundtruth")
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue