Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行val.py #1431

Closed
1 task done
11jia opened this issue May 13, 2024 · 1 comment
Closed
1 task done

运行val.py #1431

11jia opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@11jia
Copy link

11jia commented May 13, 2024

Search before asking

  • I have searched the Yolo Tracking issues and discussions and found no similar questions.

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

@11jia 11jia added the bug Something isn't working label May 13, 2024
Copy link

👋 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!

@github-actions github-actions bot added the Stale label May 24, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant