dongdv95 / yolov5

60 stars 65 forks source link

Error in track.py #7

Open fercod opened 1 year ago

fercod commented 1 year ago

Hi!

I cloned the repo, installed requeriments, and then executed track.py, getting the following error:

Traceback (most recent call last):

  File "Yolov5_DeepSort_Pytorch/track.py", line 23, in <module>
    from yolov5.models.experimental import attempt_load

  File "Yolov5_DeepSort_Pytorch\yolov5\models\experimental.py", line 11, in <module>
    from models.common import Conv

**ModuleNotFoundError: No module named 'models'**

I also tried to replace /yolov5 with the last version, with no success.

Thanks for helping!