Skip to content

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.

1 participant