Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yolox.tracker import issue #6

Open
realsazzad opened this issue Oct 26, 2023 · 1 comment
Open

Yolox.tracker import issue #6

realsazzad opened this issue Oct 26, 2023 · 1 comment

Comments

@realsazzad
Copy link

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.

@ret-1
Copy link
Collaborator

ret-1 commented Oct 27, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants