add id_paths for nDTW
This commit is contained in:
parent
fe995bd0e7
commit
23e4b9be90
1
data/id_paths.json
Normal file
1
data/id_paths.json
Normal file
File diff suppressed because one or more lines are too long
@ -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 = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user