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

How to know which sub version of yolo v5 you are using #9643

Closed
1 task done
wynshiter opened this issue Sep 29, 2022 · 3 comments · Fixed by #9655
Closed
1 task done

How to know which sub version of yolo v5 you are using #9643

wynshiter opened this issue Sep 29, 2022 · 3 comments · Fixed by #9655
Labels
question Further information is requested Stale

Comments

@wynshiter
Copy link

Search before asking

Question

How to know which sub version of yolo v5 you are using

i got a model file ,bug i dont know if it is trained by v5.0 or v6.0

how do i know the version?

Additional

No response

@wynshiter wynshiter added the question Further information is requested label Sep 29, 2022
@glenn-jocher
Copy link
Member

@wynshiter this is a good questions. Model checkpoints contain timestamps but not git info. I'll make an update to add git info to the checkpoints.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2022

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

Access additional Ultralytics ⚡ resources:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!

@github-actions github-actions bot added the Stale label Oct 30, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2022
@glenn-jocher
Copy link
Member

@wynshiter good news 😃! Your original issue may now be fixed ✅ in PR #9655. This PR adds git remote, branch and commit info tracking to every YOLOv5 training checkpoint.

To receive this update:

  • Gitgit pull from within your yolov5/ directory or git clone https://github.com/ultralytics/yolov5 again
  • PyTorch Hub – Force-reload model = torch.hub.load('ultralytics/yolov5', 'yolov5s', force_reload=True)
  • Notebooks – View updated notebooks Run on Gradient Open In Colab Open In Kaggle
  • Dockersudo docker pull ultralytics/yolov5:latest to update your image Docker Pulls

Thank you for spotting this issue and informing us of the problem. Please let us know if this update resolves the issue for you, and feel free to inform us of any other issues you discover or feature requests that come to mind. Happy trainings with YOLOv5 🚀!

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

Successfully merging a pull request may close this issue.

2 participants