mmtracking
mmtracking copied to clipboard
run demo/demo_mot_vis.py error
the environment is OK, but when I try to run
python demo/demo_mot_vis.py error comes
but if I copy demo/demo_mot_vis.py to upper level directory an run python demo_mot_vis.py it works, I want to What is the cause of this?
there are maybe some bugs in this project,after I add
import sys import os curPath = os.path.abspath(os.path.dirname(__file__)) rootPath = os.path.split(curPath)[0] sys.path.append(rootPath)
It work normally
Please install mmtracking before you use it. https://github.com/open-mmlab/mmtracking/blob/master/docs/en/install.md
Please install mmtracking before you use it. https://github.com/open-mmlab/mmtracking/blob/master/docs/en/install.md
I am sure I installed it,I solved this problem byusepython -m demo.test