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

Add best.pt PyTorch Hub inference to CI #8024

Merged
merged 1 commit into from May 28, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented May 28, 2022

Test for #8023

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced CI testing for custom model loading with additional test case.

πŸ“Š Key Changes

  • Added a second model loading and inference test to the Continuous Integration (CI) workflow.

🎯 Purpose & Impact

  • 🎯 Purpose: To ensure that not just one, but multiple custom model paths are correctly working when models are loaded via torch.hub.
  • πŸ’₯ Impact: Increases the robustness of CI testing by verifying additional scenarios, which helps prevent future releases from breaking model loading functionality. This change benefits users by providing more reliable software updates.
    πŸ” Users can expect thorough testing of model loading, leading to more stable releases.

@glenn-jocher glenn-jocher linked an issue May 28, 2022 that may be closed by this pull request
2 tasks
@glenn-jocher
Copy link
Member Author

Tests all green. No issues detected.

Screenshot 2022-05-28 at 22 49 30

@glenn-jocher glenn-jocher merged commit d490bdd into master May 28, 2022
@glenn-jocher glenn-jocher deleted the ci/best_hub_inference branch May 28, 2022 20:55
tdhooghe pushed a commit to tdhooghe/yolov5 that referenced this pull request Jun 10, 2022
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
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.

cannot load custom model on cpu (no gpu device available) using torch hub.
1 participant