File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11"""
22Copyed from ByteTrack
33"""
4- from numba import jit
4+ # from numba import jit
55
66import numpy as np
77from collections import OrderedDict
Original file line number Diff line number Diff line change 11# Config file of VisDrone dataset
22
3- DATASET_ROOT : ' /data/wujiapeng/datasets/VisDrone2019/VisDrone2019'
3+ # DATASET_ROOT: '/data/wujiapeng/datasets/VisDrone2019/VisDrone2019'
4+ DATASET_ROOT : ' /perception/yixu.cui/datas/tracking/VisDrone2019'
45CATEGORY_NAMES :
56 - ' pedestrain'
67 - ' people'
@@ -35,7 +36,8 @@ YAML_DICT: './data/Visdrone_all.yaml' # NOTE: ONLY for yolo v5 model loader(fu
3536
3637TRACK_EVAL : # If use TrackEval to evaluate, use these configs
3738 ' DISPLAY_LESS_PROGRESS ' : False
38- ' GT_FOLDER ' : ' /data/wujiapeng/datasets/VisDrone2019/VisDrone2019/VisDrone2019-MOT-test-dev/annotations'
39+ # 'GT_FOLDER': '/data/wujiapeng/datasets/VisDrone2019/VisDrone2019/VisDrone2019-MOT-test-dev/annotations'
40+ ' GT_FOLDER ' : ' /perception/yixu.cui/datas/tracking/VisDrone2019/VisDrone2019-MOT-test-dev/annotations'
3941 ' TRACKERS_FOLDER ' : ' ./tracker/results'
4042 ' SKIP_SPLIT_FOL ' : True
4143 ' TRACKER_SUB_FOLDER ' : ' '
You can’t perform that action at this time.
0 commit comments