Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to find the MSCOCO weights? #21

Open
stephanecharette opened this issue Nov 13, 2023 · 8 comments
Open

Where to find the MSCOCO weights? #21

stephanecharette opened this issue Nov 13, 2023 · 8 comments
Assignees
Labels
question Further information is requested

Comments

@stephanecharette
Copy link
Collaborator

I'll use this issue to track the location of the MSCOCO pre-trained .weights files.

These are the same weights you can download directly from Joseph Redmon or AlexeyAB's repos.

For the list of 80 classes used in MSCOCO, see the file cfg/coco.names which starts with "person", "bicycle", "car", etc...

@stephanecharette stephanecharette added the question Further information is requested label Nov 13, 2023
@stephanecharette stephanecharette self-assigned this Nov 13, 2023
@stephanecharette
Copy link
Collaborator Author

stephanecharette commented Nov 13, 2023

> md5sum yolov2-tiny.weights 
04904b18f0e0835d8e1d6e75d3fa93fe  yolov2-tiny.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov2-tiny.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov2.weights 
70d89ba2e180739a1c700a9ff238e354  yolov2.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov2.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov3-tiny.weights
3bcd6b390912c18924b46b26a9e7ff53  yolov3-tiny.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov3-tiny.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov3.weights
c84e5b99d0e52cd466ae710cadf6d84c  yolov3.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov3.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov4-tiny.weights
8911bf808aed305d6854c4ea48fcc731  yolov4-tiny.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov4-tiny.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov4.weights
00a4878d05f4d832ab38861b32061283  yolov4.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov4.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov7-tiny.weights
70be176996efd72c37a0e481ca169a02  yolov7-tiny.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov7-tiny.weights

@stephanecharette
Copy link
Collaborator Author

> md5sum yolov7.weights
028a36c8e82aa3b9c41976b37cd4b08d  yolov7.weights

https://github.com/hank-ai/darknet/releases/download/v2.0/yolov7.weights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant