You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Yolov8 Tracking issues and found no similar enhancement requests.
Description
How it works now
We have --benchmark and --split options, which should be passed together with the --source parameter, where we already have .../<benchmark>/<split> inside the path.
And of cource this info should be reflected in log.
I have tried to avoid this change, but I am tired of this unexpected behaviour when I pass .../MOT17/test as the source and somehow script is yelling at me that he can't find file from test or something else 😃
I decided to know your opinion before changing, these options are used only in val.py file
Use case
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
How it works now
We have
--benchmark
and--split
options, which should be passed together with the--source
parameter, where we already have.../<benchmark>/<split>
inside the path.How it will work:
And of cource this info should be reflected in log.
I have tried to avoid this change, but I am tired of this unexpected behaviour when I pass
.../MOT17/test
as the source and somehow script is yelling at me that he can't find file from test or something else 😃I decided to know your opinion before changing, these options are used only in
val.py
fileUse case
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: