HowieMa / DeepSORT_YOLOv5_Pytorch

DeepSORT + YOLOv5
353 stars 65 forks source link

Can not use the latest yolov5 weights. #3

Open kumi123 opened 3 years ago

kumi123 commented 3 years ago

Hey,wonderful job! But when I used the latest weights , error shows like "AttributeError: Can't get attribute 'C3' on <module 'models.common' ".And I found out that latest yolov5 project is necessary. Do you have any plan to update this project?

AbhishekMaity001 commented 3 years ago

Same here ! AttributeError: Can't get attribute 'C3' on <module 'models.common'

AbhishekMaity001 commented 3 years ago

That is because the latest YOLO v5 repo is updating day by day as they are improving the framework... probably you can take a snapshopt of any old commit of yolo v5 repo and train on that ... then you can use that model (.pt) here ... you wont be facing the error then. (I also faced similar issue then resolved)

Xbotgo-Justin1 commented 2 years ago

what is the yolov5‘version in this project? so that i can find the right weight version

Lanson426 commented 1 year ago

Have you solved it yet?