Skip to content

Commit 3aae885

Browse files
author
agirbau
committed
Added ignore zones for UA-DETRAC
1 parent aac5080 commit 3aae885

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

motmetrics/apps/eval_detrac.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)