Open kumi123 opened 3 years ago
Same here ! AttributeError: Can't get attribute 'C3' on <module 'models.common'
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)
what is the yolov5‘version in this project? so that i can find the right weight version
Have you solved it yet?
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?