MixSort
MixSort copied to clipboard
Yolox.tracker import issue
Hello,
While running the tools/demo_track.py ,there is an error in the line from yolox.tracker.byte_tracker import BYTETracker saying that it can't find the reference. Any way to solve this? Thanks.
Hello @realsazzad,
You can try changing the line to from yolox.byte_tracker.byte_tracker import BYTETracker. This should resolve the import issue.
This file is a demo from ByteTrack. Since we haven't made modifications to it, you might encounter other issues while running it. Feel free to make adjustments and submit a PR.
Thank you!