ByteTrack
ByteTrack copied to clipboard
ModuleNotFoundError: No module named 'yolox.tracker'
I get the following error:
File "/home/path/to/project/ByteTrack/yolox/tracker/byte_tracker.py", line 10, in
my python version: v3.8
I also got this error. I use python 3.10.0.
You can temporary fix by add these 2 lines on top of files:
import sys
sys.path.append('.')