[X] 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 :smiley:
I decided to know your opinion before changing, these options are used only in val.py file
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 :smiley: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?