-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fatal destination path during the custom object tracking evaluation #1086
Comments
Thx for pointing this out @lakyfarky! Check this line of code as a workaround for you right now, update it to:
|
Thanks, it works until the tracking step. I rewrite code as in multi-class eval to adapt script to my classes. Error is distractor class 'person_on_vehicle'.
2023-08-21 08:10:05.689 | ERROR | main:eval:256 - MotChallenge2DBox Config: CLEAR Config: Identity Config: Evaluating 1 tracker(s) on 1 sequence(s) for 10 class(es) on MotChallenge2DBox dataset using the following metrics: HOTA, CLEAR, Identity, Count Evaluating mot Tracker mot was unable to be evaluated. |
TrackEval is not build for multi-class evaluations. I have at least never manage to get it working. |
Check this out: #927 |
Thanks, I'll try it. |
Search before asking
Yolo Tracking Component
Evaluation
Bug
Hi, I followed custom tracking evaluation and step 0 is okay. I set my dataset into the corresponding structure and then this error happens:
Environment
Google colab
Minimal Reproducible Example
!python examples/val.py --yolo-model "/content/drive/MyDrive/master/el_yolov8s.pt" --benchmark MOTCUSTOM --split test --tracking-method strongsort
The text was updated successfully, but these errors were encountered: