-
Notifications
You must be signed in to change notification settings - Fork 27
Description
When I was tracking, there were some problems.
Tracker file not found: ./YOLOX_outputs/111/111_val_EGWeightHigh0.0_EGWeightLow0.0_WithLongTermReIDCorrectionFalse_LongTermReIDCorrectionThresh1.0_LongTermReIDCorrectionThreshLow1.0_IoUThresh0.25_ScoreDifInterval1.0_SecScoreDifInterval1.0/MOT17-04-DPM.txt
Traceback (most recent call last):
File "TrackEval/scripts/run_mot_challenge.py", line 88, in
dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)]
File "/home/botliu/g-h/HybridSORT/TrackEval/trackeval/datasets/mot_challenge_2d_box.py", line 124, in init
raise TrackEvalException(
trackeval.utils.TrackEvalException: Tracker file not found: /data/MOT17-04-DPM.txt
I did not generate the txt file for the training set, which resulted in the inability to continue running. I searched but to no avail. How can I solve this problem?