File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -121,17 +121,6 @@ def main():
121121 gt = OrderedDict ([(os .path .splitext (Path (f ).parts [- 1 ])[0 ], mm .io .loadtxt (f , fmt = args .gtfmt )) for f in gtfiles ])
122122 ts = OrderedDict ([(os .path .splitext (Path (f ).parts [- 1 ])[0 ], mm .io .loadtxt (f , fmt = args .tsfmt )) for f in tsfiles ])
123123
124- # # Debug
125- # # f = gtfiles[1]
126- # # seq = os.path.splitext(Path(f).parts[-1])[0]
127- # seq = 'MVI_39511'
128- # f_gt = gtfiles[0].split('/')[:-1]
129- # f = '/'.join(f_gt) + '/' + seq + '.xml'
130- # gt = OrderedDict([(seq, mm.io.loadtxt(f, fmt=args.gtfmt))])
131- # f_test = tsfiles[0].split('/')[:-1]
132- # f = '/'.join(f_test) + '/' + seq + '.txt'
133- # ts = OrderedDict([(seq, mm.io.loadtxt(f, fmt=args.tsfmt))])
134-
135124 mh = mm .metrics .create ()
136125 accs , names = compare_dataframes (gt , ts )
137126
You can’t perform that action at this time.
0 commit comments