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 check_requirements(('pycocotools>=2.0',)) #7295

Merged
merged 1 commit into from
Apr 5, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 5, 2022

Add check_requirements(('pycocotools>=2.0',))

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updated Objects365 dataset configuration with dependency checks.

πŸ“Š Key Changes

  • Added check_requirements function to enforce the presence of necessary packages.
  • Included pycocotools version check within the dataset download script.

🎯 Purpose & Impact

  • Consistency: Ensures users have the correct version of pycocotools before running the download script.
  • User Experience: Prevents potential errors that could occur from missing or outdated dependencies, leading to a smoother workflow.

Add  `check_requirements(('pycocotools>=2.0',))`
@glenn-jocher glenn-jocher self-assigned this Apr 5, 2022
@glenn-jocher glenn-jocher merged commit c759bbd into master Apr 5, 2022
@glenn-jocher glenn-jocher deleted the update/o365 branch April 5, 2022 13:55
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Add  `check_requirements(('pycocotools>=2.0',))`
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.

None yet

1 participant