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

Update utils/google_utils.py #733

Merged
merged 1 commit into from
Aug 14, 2020
Merged

Conversation

jacklinquan
Copy link
Contributor

@jacklinquan jacklinquan commented Aug 14, 2020

To download weights from v3.0 instead of v2.0

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update model download URL to use the latest release.

πŸ“Š Key Changes

  • Changed the base URL for downloading model weights from v2.0 to v3.0.

🎯 Purpose & Impact

  • Ensures users download the most recent and improved model weights.
  • This may lead to better performance and features from the newer models, providing a better experience for developers and end-users alike. πŸš€

To download weights from v3.0 instead of v2.0
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @jacklinquan, thank you for submitting a PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • Verify your PR is up-to-date with origin/master. If your PR is behind origin/master update by running the following, replacing 'feature' with the name of your local branch:
git remote add upstream https://github.com/ultralytics/yolov5.git
git fetch upstream
git checkout feature  # <----- replace 'feature' with local branch name
git rebase upstream/master
git push -u origin -f
  • Verify all Continuous Integration (CI) checks are passing.
  • Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." -Bruce Lee

@glenn-jocher
Copy link
Member

@jacklinquan ah, of course. Thank you for your contributions!

@glenn-jocher glenn-jocher merged commit 66744a0 into ultralytics:master Aug 14, 2020
burglarhobbit pushed a commit to burglarhobbit/yolov5 that referenced this pull request Jan 1, 2021
To download weights from v3.0 instead of v2.0
KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
To download weights from v3.0 instead of v2.0
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
To download weights from v3.0 instead of v2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants