mikel-brostrom/boxmot

ModuleNotFoundError: No module named 'tracking'

CodeSanitizer opened this issue · 1 comments

Search before asking

  • I have searched the Yolo Tracking issues and found no similar bug report.

Question

I encountered this error which says no module named 'tracking' when I tried to run track.py file. Any advice or help ?

This is the result after running track.py,
File "c:\Users\Gigabyte\yolo_tracking\tracking\track.py", line 15, in
from tracking.detectors import get_yolo_inferer
ModuleNotFoundError: No module named 'tracking'

Did you follow:

git clone https://github.com/mikel-brostrom/yolo_tracking.git
cd yolo_tracking
pip install poetry
poetry install --with yolo  # installed boxmot + yolo dependencies
poetry shell  # activates the newly created environment with the installed dependencies

?