add id_paths for nDTW

This commit is contained in:
Yicong Hong 2021-01-14 20:19:44 +11:00
parent fe995bd0e7
commit 23e4b9be90
2 changed files with 2 additions and 1 deletions

1
data/id_paths.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -570,7 +570,7 @@ def print_progress(iteration, total, prefix='', suffix='', decimals=1, bar_lengt
def ndtw_initialize(): def ndtw_initialize():
ndtw_criterion = {} ndtw_criterion = {}
scan_gts_dir = '/students/u5399302/MatterportData/data/id_paths.json' scan_gts_dir = 'data/id_paths.json'
with open(scan_gts_dir) as f_: with open(scan_gts_dir) as f_:
scan_gts = json.load(f_) scan_gts = json.load(f_)
all_scan_ids = [] all_scan_ids = []