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

Revert C3() change #7172

Merged
merged 1 commit into from
Mar 28, 2022
Merged

Revert C3() change #7172

merged 1 commit into from
Mar 28, 2022

Conversation

glenn-jocher
Copy link
Member

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updating neural network architecture components in YOLOv5.

πŸ“Š Key Changes

  • Removed CrossConv import from models/common.py.
  • Switched from using CrossConv to Bottleneck in the C3 class definition.

🎯 Purpose & Impact

  • The update emphasizes simplifying the CSP bottleneck layer by replacing a potentially experimental or less efficient CrossConv block with a more standard Bottleneck block.
  • This change could improve the maintainability of the code, potentially enhance model performance, and ensure more stable behavior.
  • Users might experience benefits such as faster inference, better accuracy, or reduced complexity when working with the YOLOv5 architecture.

@glenn-jocher glenn-jocher self-assigned this Mar 28, 2022
@glenn-jocher glenn-jocher merged commit ee77632 into master Mar 28, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch March 28, 2022 00:31
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 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.

None yet

1 participant