mikel-brostrom / boxmot

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

Tracker predicts the same ID more than once in a single timestep #1236

Closed yaoshanliang closed 10 months ago

yaoshanliang commented 10 months ago

Search before asking

Yolo Tracking Component

Evaluation

Bug

When using hybridsort as the tracking-method on my custom dataset, it always output the error message: Tracker predicts the same ID more than once in a single timestep. The other tracking-methods ('bytetrack', 'botsort', 'strongsort', 'ocsort', 'deepocsort') all work well.

Environment

python3.8

Minimal Reproducible Example

python examples/val.py --yolo-model best.pt --benchmark tracking --split test --device 0 --tracking-method hybridsort
github-actions[bot] commented 10 months 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!

WJ-Huang commented 3 months ago

Hey, did you solve the problem? @yaoshanliang