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 "__init__.py" file in <models> folder #65

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

Ashing00
Copy link

@Ashing00 Ashing00 commented Jun 15, 2020

I add "init.py" file in folder

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Implementation of a new initialization file for model management in the Ultralytics YOLOv5 repository.

πŸ“Š Key Changes

  • A new __init__.py file has been added to the models directory.

🎯 Purpose & Impact

  • The new __init__.py file ensures that Python treats the directories containing it as packages. This facilitates the import of modules from the models directory elsewhere in the project.
  • The change potentially improves modularity and organization of the codebase, making it easier for developers to work with the model components of YOLOv5.
  • For users, this change is mostly behind the scenes but can lead to smoother installation and usage of the YOLOv5 models as dependencies become more clearly defined.

@glenn-jocher glenn-jocher merged commit 6570336 into ultralytics:master Jun 15, 2020
@glenn-jocher
Copy link
Member

Thanks for the PR!

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

2 participants