Add YOLOv8 object detection support - #71
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Ultralytics YOLOv8 models to the YOLOv7 object tracking codebase and updates the license from GPL v3 to AGPL v3.
- YOLOv8 detection capability added with automatic model type identification
- Download utility enhanced to support YOLOv8 weight files
- License changed from GNU GPL v3 to GNU AGPL v3
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| utils/torch_utils.py | Modified select_device to accept dynamic model name parameter instead of hardcoded "YOLOv7" |
| utils/download.py | Added YOLOv8 weights URL and conditional URL selection based on filename |
| detect.py | Added model type detection logic, YOLOv8 inference path using ultralytics library, and fixed download call to pass filename parameter |
| README.md | Updated documentation to announce YOLOv8 support and provide usage example |
| LICENSE | Changed from GNU GPL v3 to GNU AGPL v3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #71 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 14 14
=========================================
Hits 14 14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.