MixSort icon indicating copy to clipboard operation
MixSort copied to clipboard

Yolox.tracker import issue

Open realsazzad opened this issue 2 years ago • 1 comments

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.

realsazzad avatar Oct 26 '23 07:10 realsazzad

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!

ret-1 avatar Oct 27 '23 13:10 ret-1