TubeTK icon indicating copy to clipboard operation
TubeTK copied to clipboard

python ./pre_processing/get_tubes_MOT17.py

Open monsters-s opened this issue 4 years ago • 2 comments

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 from network.utils import bbox_iou ModuleNotFoundError: No module named 'network'

what's the problem?

monsters-s avatar Aug 02 '20 03:08 monsters-s

You are not executing the script in the right folder or you have to add PYTHON_PATH.

Ukhupacha avatar Aug 17 '20 15:08 Ukhupacha

I had the same issue and solved by adding the parent Dir to PYTHON_PATH $ export PYTHONPATH="${PYTHONPATH}:<path/to/TubeTK>"

Mohammed-Abouzid avatar Nov 29 '20 21:11 Mohammed-Abouzid