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 @@ -119,17 +119,6 @@ def main():
119119 gt = OrderedDict ([(os .path .splitext (Path (f ).parts [- 1 ])[0 ], mm .io .loadtxt (f , fmt = args .gtfmt )) for f in gtfiles ])
120120 ts = OrderedDict ([(os .path .splitext (Path (f ).parts [- 1 ])[0 ], mm .io .loadtxt (f , fmt = args .tsfmt )) for f in tsfiles ])
121121
122- # # Debug
123- # # f = gtfiles[1]
124- # # seq = os.path.splitext(Path(f).parts[-1])[0]
125- # seq = 'MVI_39511'
126- # f_gt = gtfiles[0].split('/')[:-1]
127- # f = '/'.join(f_gt) + '/' + seq + '.xml'
128- # gt = OrderedDict([(seq, mm.io.loadtxt(f, fmt=args.gtfmt))])
129- # f_test = tsfiles[0].split('/')[:-1]
130- # f = '/'.join(f_test) + '/' + seq + '.txt'
131- # ts = OrderedDict([(seq, mm.io.loadtxt(f, fmt=args.tsfmt))])
132-
133122 mh = mm .metrics .create ()
134123 accs , names = compare_dataframes (gt , ts )
135124
You can’t perform that action at this time.
0 commit comments