TubeTK
TubeTK copied to clipboard
python ./pre_processing/get_tubes_MOT17.py
when I run python ./pre_processing/get_tubes_MOT17.py,I have a question.
Traceback (most recent call last):
File "./pre_processing/get_tubes_MOT17.py", line 4, in
what's the problem?
You are not executing the script in the right folder or you have to add PYTHON_PATH.
I had the same issue and solved by adding the parent Dir to PYTHON_PATH $ export PYTHONPATH="${PYTHONPATH}:<path/to/TubeTK>"