You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: