-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
ultralytics 8.1.3
ResNet models and lighter dependencies
#7700
Conversation
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: ultralytics/engine/model.py
📄 File: ultralytics/hub/session.py (Click to Expand)
Did you find this useful? React with a 👍 or 👎 |
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7700 +/- ##
==========================================
- Coverage 77.19% 77.16% -0.03%
==========================================
Files 117 117
Lines 14336 14336
==========================================
- Hits 11066 11063 -3
- Misses 3270 3273 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ication (#7589) Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
hub-sdk
auto-installultralytics 8.1.3
resnet Classify models and lighter dependencies
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
ultralytics 8.1.3
resnet Classify models and lighter dependenciesultralytics 8.1.3
ResNet models and lighter dependencies
…cs#7700) Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Vivek Malvi <vivekmalvi@raoinformationtechnology.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: iscyy <wenvoi@163.com> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: Prince kumar <85225054+prince0310@users.noreply.github.com>
…cs#7700) Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Vivek Malvi <vivekmalvi@raoinformationtechnology.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: iscyy <wenvoi@163.com> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: Prince kumar <85225054+prince0310@users.noreply.github.com>
@kalenmike @hassaanfarooq01 removes the autoinstall that is happening in 8.1.2 for hub-sdk for all users.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
PR introduces updates to the GitHub workflows, documentation, model configurations, model loading, and session handling, and improves keypoint plotting functionality.
📊 Key Changes
engine.model.py
has an additionalverbose
parameter for detailed logging.utils.plotting.py
now also supports 2D keypoints.🎯 Purpose & Impact