YOLOX
YOLOX copied to clipboard
yolox.tracker missing
Using the line from ByteTrack Github (https://github.com/ifzhang/ByteTrack), I get the following error:
System:
- M2 Pro
- Python 3.9
- yolox version 0.3.0
ModuleNotFoundError Traceback (most recent call last)
Cell In[28], line 1
----> 1 from yolox.tracker.byte_tracker import BYTETracker
ModuleNotFoundError: No module named 'yolox.tracker'
i meet the same problem,how to solve it?
I'm not sure that the problem was entirely due to the python version, but it definitely was a part of it. I'm running the ultralytics package on either python 3.8 or 3.11
I have same issue. I use python 3.9.