We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778a679 commit 59f6175Copy full SHA for 59f6175
tracker/evaluate.py
@@ -11,7 +11,8 @@
11
mm.lap.default_solver = 'lap'
12
13
14
-GT_PREFIX = os.path.join('/data/wujiapeng/datasets/VisDrone2019/VisDrone2019', 'VisDrone2019-MOT-test-dev/annotations')
+# GT_PREFIX = os.path.join('/data/wujiapeng/datasets/VisDrone2019/VisDrone2019', 'VisDrone2019-MOT-test-dev/annotations')
15
+GT_PREFIX = os.path.join('/perception/yixu.cui/datas/tracking/VisDrone2019', 'VisDrone2019-MOT-test-dev/annotations')
16
RESULT_PREFIX = './tracker/results'
17
18
class SeqEvaluator:
0 commit comments