FairMOT
FairMOT copied to clipboard
ModuleNotFoundError while trying to run demo.py
I am getting a ModuleNotFoundError while trying to run demo.py
. I followed the installation steps, so am not sure why this is happening. Full trace:
Traceback (most recent call last):
File "demo.py", line 14, in <module>
from track import eval_seq
File "/home/object-tracking/src/track.py", line 15, in <module>
from tracker.multitracker import JDETracker
File "/home/object-tracking/src/lib/tracker/multitracker.py", line 7, in <module>
from models.decode import mot_decode
ModuleNotFoundError: No module named 'models.decode'
Hello @fraserprice did you find the solution?
I find it useful to add init.py in models such that models can be import.