YOLOv5 v5.0 release compatibility update for YOLOv3 #1737
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges the most recent updates to YOLOv5 featured in the April 11th, 2021 v5.0 release into this YOLOv3 repository. This is part of routine Ultralytics maintenance and takes place on every major YOLOv5 release. Full details on the YOLOv5 v5.0 release is below.
https://github.com/ultralytics/yolov5/releases/tag/v5.0
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
WARNING⚠️ this PR is very large, summary may not cover all changes.
🌟 Summary (single-line synopsis)
A summary of the key updates made to the Ultralytics YOLOv3 repository, including changes to code files and README documentation formatting.
📊 Key Changes
.gitattributes
to modify comment clarity for linguist-vendored detection.get_argoverse_hd.sh
) for downloading the Argoverse-HD dataset.hubconf.py
for easily accessing Ultralytics YOLOv3 models via PyTorch Hub.models/common.py
andmodels/experimental.py
.models/yolo.py
to include anchor checks and modifications necessary for model compatibility.train.py
with code optimizations and added flags for improved functionality.tutorial.ipynb
for interactive use and learning.🎯 Purpose & Impact