mikel-brostrom / yolo_tracking

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.27k stars 1.66k forks source link

运行val.py #1431

Closed 11jia closed 6 days ago

11jia commented 2 weeks ago

Search before asking

Yolo Tracking Component

Evaluation

Bug

D:\Anaconda\envs\yolov8\python.exe D:/yolo_tracking/tracking/val.py 2024-05-13 10:01:02.772 | INFO | tracking.utils:download_mot_eval_tools:39 - Evaluation repo already downloaded or an error occurred: Cmd('git') failed due to: exit code(128) cmdline: git clone -v -- https://github.com/JonathonLuiten/TrackEval D:\yolo_tracking\tracking\val_utils stderr: 'fatal: destination path 'D:\yolo_tracking\tracking\val_utils' already exists and is not an empty directory. ' 'xargs' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 2024-05-13 10:04:55.999 | ERROR | tracking.utils:download_mot_eval_tools:55 - Error occurred while trying to replace np.float with float: Command 'grep -rl np.float D:\yolo_tracking\tracking\val_utils | xargs sed -i 's/np.float/float/g'' returned non-zero exit status 255. 'xargs' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 2024-05-13 10:08:30.759 | ERROR | tracking.utils:download_mot_eval_tools:55 - Error occurred while trying to replace np.int with int: Command 'grep -rl np.int D:\yolo_tracking\tracking\val_utils | xargs sed -i 's/np.int/int/g'' returned non-zero exit status 255. 'xargs' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 2024-05-13 10:12:00.631 | ERROR | tracking.utils:download_mot_eval_tools:55 - Error occurred while trying to replace np.bool with bool: Command 'grep -rl np.bool D:\yolo_tracking\tracking\val_utils | xargs sed -i 's/np.bool/bool/g'' returned non-zero exit status 255. 2024-05-13 10:12:00.631 | INFO | tracking.utils:download_mot_dataset:102 - MOT17.zip already exists. 2024-05-13 10:12:00.631 | INFO | tracking.utils:unzip_mot_dataset:134 - MOT17 folder already exists. Standard Output:

Eval Config: USE_PARALLEL : True
NUM_PARALLEL_CORES : 4
BREAK_ON_ERROR : True
RETURN_ON_ERROR : False
LOG_ON_ERROR : D:\yolo_tracking\tracking\val_utils\error_log.txt PRINT_RESULTS : True
PRINT_ONLY_COMBINED : False
PRINT_CONFIG : True
TIME_PROGRESS : True
DISPLAY_LESS_PROGRESS : False
OUTPUT_SUMMARY : True
OUTPUT_EMPTY_CLASSES : True
OUTPUT_DETAILED : True
PLOT_CURVES : True

MotChallenge2DBox Config: PRINT_CONFIG : True
GT_FOLDER : D:\yolo_tracking\tracking\val_utils\data\MOT17\train TRACKERS_FOLDER : D:\yolo_tracking\runs\mot\yolov8n_osnet_x0_25_msmt17_deepocsort OUTPUT_FOLDER : None
TRACKERS_TO_EVAL : ['']
CLASSES_TO_EVAL : ['pedestrian']
BENCHMARK :
SPLIT_TO_EVAL : train
INPUT_AS_ZIP : False
DO_PREPROC : True
TRACKER_SUB_FOLDER :
OUTPUT_SUB_FOLDER :
TRACKER_DISPLAY_NAMES : None
SEQMAP_FOLDER : None
SEQMAP_FILE : None
SEQ_INFO : {'MOT17-02-FRCNN': None, 'MOT17-04-FRCNN': None} GT_LOC_FORMAT : {gt_folder}/{seq}/gt/gt.txt
SKIP_SPLIT_FOL : True
Tracker file not found: D:\yolo_tracking\runs\mot\yolov8n_osnet_x0_25_msmt17_deepocsort\MOT17-02-FRCNN.txt

Standard Error: Traceback (most recent call last): File "D:\yolo_tracking\tracking\val_utils\scripts\run_mot_challenge.py", line 84, in dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)] File "D:\yolo_tracking\tracking\val_utils\trackeval\datasets\mot_challenge_2d_box.py", line 124, in init raise TrackEvalException( trackeval.utils.TrackEvalException: Tracker file not found: //MOT17-02-FRCNN.txt

{}

进程已结束,退出代码 0

Environment

Yolo_tracking version10.0.65 python 3.8.1 cuda_11.3

Minimal Reproducible Example

run val.py

github-actions[bot] commented 1 week ago

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!